Mercurial > public > mk2
diff code_part1/OSTC_code_asm_part1/MAIN.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 | 999abb01c78f |
children | 9581e48a914f |
line wrap: on
line diff
--- a/code_part1/OSTC_code_asm_part1/MAIN.ASM Wed Feb 02 11:09:39 2011 +0100 +++ b/code_part1/OSTC_code_asm_part1/MAIN.ASM Thu Feb 03 04:09:21 2011 +0100 @@ -79,7 +79,7 @@ retfie ;============================================================================= -#include text_table.asm ; includes textmacros +#include multilang_text.asm ; includes textmacros ;============================================================================= osct_asm code