comparison code_part1/OSTC_code_asm_part1/menu.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 06c4899ddb4b
children f720ce017244
comparison
equal deleted inserted replaced
173:4a7a778d9e49 174:53b16a746166
324 movlw d'7' 324 movlw d'7'
325 movwf temp1 ; Loop 7 times 325 movwf temp1 ; Loop 7 times
326 326
327 menu0: 327 menu0:
328 movf menupos,W 328 movf menupos,W
329 call displaytext1 ; Display text! 329 call displaytext_1_low ; Display text!
330 incf menupos,F 330 incf menupos,F
331 331
332 decfsz temp1,F 332 decfsz temp1,F
333 bra menu0 ; loop 7 times 333 bra menu0 ; loop 7 times
334 334