Mercurial > public > mk2
comparison 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 |
comparison
equal
deleted
inserted
replaced
173:4a7a778d9e49 | 174:53b16a746166 |
---|---|
77 movff status_temp,STATUS ;restore STATUS register | 77 movff status_temp,STATUS ;restore STATUS register |
78 movff 0x102,BSR ;restore BSR register | 78 movff 0x102,BSR ;restore BSR register |
79 retfie | 79 retfie |
80 | 80 |
81 ;============================================================================= | 81 ;============================================================================= |
82 #include text_table.asm ; includes textmacros | 82 #include multilang_text.asm ; includes textmacros |
83 | 83 |
84 ;============================================================================= | 84 ;============================================================================= |
85 osct_asm code | 85 osct_asm code |
86 #include strings.inc | 86 #include strings.inc |
87 | 87 |