Mercurial > public > mk2
comparison code_part1/OSTC_code_asm_part1/definitions.asm @ 174:53b16a746166
Multi-lang
+ Move texts to single compact table.
+ Place at address 0x15000, reserved up to 0x17AFF (10kB)
+ Generate the english_test.asm reference (4kB)
+ Move altimeter texts into the table.
author | JeanDo |
---|---|
date | Thu, 03 Feb 2011 04:09:21 +0100 |
parents | e26f49674956 |
children | 241650ef433d |
comparison
equal
deleted
inserted
replaced
173:4a7a778d9e49 | 174:53b16a746166 |
---|---|
130 | 130 |
131 waitms_temp res 1 ;variables required for wait routines | 131 waitms_temp res 1 ;variables required for wait routines |
132 wait_temp res 1 ; " + used to copy data to c code + used for temp/testing | 132 wait_temp res 1 ; " + used to copy data to c code + used for temp/testing |
133 ; never use wait_temp in interrupt routines (isr) and never call any wait routine in interrupts | 133 ; never use wait_temp in interrupt routines (isr) and never call any wait routine in interrupts |
134 | 134 |
135 textnumber res 1 ;for textdisplay and textlookup | 135 textnumber res 1 ; for textdisplay |
136 textlength res 1 | |
137 textaddress res 2 | 136 textaddress res 2 |
138 | 137 |
139 average_depth_hold res 4 ; Holds Sum of depths (Resettable) | 138 average_depth_hold res 4 ; Holds Sum of depths (Resettable) |
140 average_depth_hold_total res 4 ; Holds Sum of depths (Non-Resettable) | 139 average_depth_hold_total res 4 ; Holds Sum of depths (Non-Resettable) |
141 b0_lo res 1 ; Temp (calculate_average) | 140 b0_lo res 1 ; Temp (calculate_average) |