Mercurial > public > mk2
comparison code_part1/OSTC_code_asm_part1/definitions.asm @ 63:fee7c62b4de1
1.71beta - clock in divemode (CF39)
author | heinrichsweikamp |
---|---|
date | Wed, 29 Sep 2010 15:25:53 +0200 |
parents | 2972a06b0785 |
children | e8756eba54ee |
comparison
equal
deleted
inserted
replaced
62:2972a06b0785 | 63:fee7c62b4de1 |
---|---|
376 char_I_He_ratio; ; 0x511 | 376 char_I_He_ratio; ; 0x511 |
377 char_I_saturation_multiplier; ; for conservatism/safety values 1.0 (no conservatism) to 1.5 (50% faster saturation | 377 char_I_saturation_multiplier; ; for conservatism/safety values 1.0 (no conservatism) to 1.5 (50% faster saturation |
378 char_I_desaturation_multiplier; ; for conservatism/safety values 0.66 (50% slower desaturation) to 1.0 (no conservatism); consveratism used in calc_tissue(), calc_tissue_step_1_min() and sim_tissue_1min() | 378 char_I_desaturation_multiplier; ; for conservatism/safety values 0.66 (50% slower desaturation) to 1.0 (no conservatism); consveratism used in calc_tissue(), calc_tissue_step_1_min() and sim_tissue_1min() |
379 char_I_GF_Hi_percentage; ; 0x514 | 379 char_I_GF_Hi_percentage; ; 0x514 |
380 char_I_GF_Lo_percentage; ; 0x515 | 380 char_I_GF_Lo_percentage; ; 0x515 |
381 char_I_GF_Spare; ; 0x516 | 381 char_I_GF_Spare; ; 0x516 |
382 char_I_deco_distance; ; 0x517 | 382 char_I_deco_distance; ; 0x517 |
383 char_I_const_ppO2; ; 0x518 new in v.101 (C-Code), new in v109 (asm) | 383 char_I_const_ppO2; ; 0x518 new in v.101 (C-Code), new in v109 (asm) |
384 char_I_deco_ppO2_change; ; 0x519 new in v.101 | 384 char_I_deco_ppO2_change; ; 0x519 new in v.101 |
385 char_I_deco_ppO2; ; 0x51A new in v.101 | 385 char_I_deco_ppO2; ; 0x51A new in v.101 |
386 char_I_deco_gas_change; ; 0x51B new in v.101 | 386 char_I_deco_gas_change; ; 0x51B new in v.101 |
444 ENDC | 444 ENDC |
445 | 445 |
446 | 446 |
447 ; C-code Routines | 447 ; C-code Routines |
448 ; PART 3 | 448 ; PART 3 |
449 ;#DEFINE main_wordprocessor 0x0B410 | |
450 #DEFINE main_wordprocessor 0x0B468 | 449 #DEFINE main_wordprocessor 0x0B468 |
451 | 450 |
452 ; C-code Routines | 451 ; C-code Routines |
453 ; PART 2 | 452 ; PART 2 |
454 #DEFINE deco_main_calc_hauptroutine 0x10000 | 453 #DEFINE deco_main_calc_hauptroutine 0x10000 |