Mercurial > public > mk2
diff 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 |
line wrap: on
line diff
--- a/code_part1/OSTC_code_asm_part1/definitions.asm Wed Feb 02 11:09:39 2011 +0100 +++ b/code_part1/OSTC_code_asm_part1/definitions.asm Thu Feb 03 04:09:21 2011 +0100 @@ -132,8 +132,7 @@ wait_temp res 1 ; " + used to copy data to c code + used for temp/testing ; never use wait_temp in interrupt routines (isr) and never call any wait routine in interrupts -textnumber res 1 ;for textdisplay and textlookup -textlength res 1 +textnumber res 1 ; for textdisplay textaddress res 2 average_depth_hold res 4 ; Holds Sum of depths (Resettable)