Mercurial > public > mk2
comparison code_part1/OSTC_code_asm_part1/definitions.asm @ 43:65d5b0c8da41
New CF48, changed CF15
author | heinrichsweikamp |
---|---|
date | Thu, 24 Jun 2010 22:12:32 +0200 |
parents | 3ab1188651af |
children | 475a9e536d77 |
comparison
equal
deleted
inserted
replaced
42:da553e5c7a90 | 43:65d5b0c8da41 |
---|---|
23 ;#DEFINE NO_SENSOR_MODE ; uses Dummy values | 23 ;#DEFINE NO_SENSOR_MODE ; uses Dummy values |
24 | 24 |
25 #DEFINE softwareversion_x d'1' ; Software version XX.YY | 25 #DEFINE softwareversion_x d'1' ; Software version XX.YY |
26 #DEFINE softwareversion_y d'63' ; Software version XX.YY | 26 #DEFINE softwareversion_y d'63' ; Software version XX.YY |
27 | 27 |
28 #DEFINE max_custom_number d'47' ; Number of last used custom function | 28 #DEFINE max_custom_number d'48' ; Number of last used custom function |
29 | 29 |
30 #DEFINE logbook_profile_version 0x20 ; Do not touch! | 30 #DEFINE logbook_profile_version 0x20 ; Do not touch! |
31 | 31 |
32 #DEFINE T0CON_debounce b'00000000' ; Timer0 Switch Debounce | 32 #DEFINE T0CON_debounce b'00000000' ; Timer0 Switch Debounce |
33 | 33 |
52 #DEFINE color_green b'00011100' | 52 #DEFINE color_green b'00011100' |
53 ;#DEFINE color_white b'11111111' | 53 ;#DEFINE color_white b'11111111' |
54 #DEFINE color_black b'00000000' | 54 #DEFINE color_black b'00000000' |
55 #DEFINE color_deepblue b'00000001' | 55 #DEFINE color_deepblue b'00000001' |
56 #DEFINE color_grey d'74' | 56 #DEFINE color_grey d'74' |
57 | |
58 #DEFINE plus_time_correction d'42' | |
59 | 57 |
60 #DEFINE warn_depth d'1' | 58 #DEFINE warn_depth d'1' |
61 #DEFINE warn_cns d'2' | 59 #DEFINE warn_cns d'2' |
62 #DEFINE warn_gf d'3' | 60 #DEFINE warn_gf d'3' |
63 #DEFINE warn_ppo2 d'4' | 61 #DEFINE warn_ppo2 d'4' |
326 | 324 |
327 convert_value_temp:3 ; used in menu_battery_state_convert_date | 325 convert_value_temp:3 ; used in menu_battery_state_convert_date |
328 box_temp:5 | 326 box_temp:5 |
329 win_color1_temp | 327 win_color1_temp |
330 win_color2_temp ; Backup color registers | 328 win_color2_temp ; Backup color registers |
331 | 329 time_correction_value ; Adds to Seconds on midnight |
332 ENDC | 330 ENDC |
333 | 331 |
334 CBLOCK 0x200 ;Bank 2 | 332 CBLOCK 0x200 ;Bank 2 |
335 int_O_tissue_for_debug:.32 ; deco_main_debug copies pressure of tissue to this variable | 333 int_O_tissue_for_debug:.32 ; deco_main_debug copies pressure of tissue to this variable |
336 int_O_GF_spare____:2; // 0x240 | 334 int_O_GF_spare____:2; // 0x240 |