comparison code_part1/OSTC_code_asm_part1/menu_custom.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 cb055a7d75f3
children 2f21f7a77608
comparison
equal deleted inserted replaced
173:4a7a778d9e49 174:53b16a746166
202 output_99x 202 output_99x
203 STRCAT_PRINT ": " 203 STRCAT_PRINT ": "
204 204
205 movf customfunction_temp1,W ; start of custom function descriptors 205 movf customfunction_temp1,W ; start of custom function descriptors
206 addwf decodata+0,W ; add # of current custom function, place result in wreg 206 addwf decodata+0,W ; add # of current custom function, place result in wreg
207 call displaytext1 ; shows descriptor 207 call displaytext_1_low ; shows descriptor
208 208
209 ; Read default, type and min/max from reset table. 209 ; Read default, type and min/max from reset table.
210 rcall cf_read_default 210 rcall cf_read_default
211 211
212 movf cf_type,W ; Is it a ON/OFF flag ? 212 movf cf_type,W ; Is it a ON/OFF flag ?