comparison code_part1/OSTC_code_asm_part1/pled_outputs.asm @ 108:2a31948dbcb7

Display TTS in simulator decoplan
author JeanDo
date Mon, 20 Dec 2010 20:42:20 +0100
parents a2b9eca1f396
children ed7826c740a0
comparison
equal deleted inserted replaced
107:a2b9eca1f396 108:2a31948dbcb7
2809 movff WREG,box_temp+1 ; row top (0-239) 2809 movff WREG,box_temp+1 ; row top (0-239)
2810 movlw .169 2810 movlw .169
2811 movff WREG,box_temp+2 ; row bottom (0-239) 2811 movff WREG,box_temp+2 ; row bottom (0-239)
2812 movlw .082 2812 movlw .082
2813 movff WREG,box_temp+3 ; column left (0-159) 2813 movff WREG,box_temp+3 ; column left (0-159)
2814 movlw .160 2814 movlw .160
2815 movff WREG,box_temp+4 ; column right (0-159) 2815 movff WREG,box_temp+4 ; column right (0-159)
2816 call PLED_box 2816 call PLED_box
2817 return 2817 return
2818 2818
2819 PLED_divemenu_cursor: 2819 PLED_divemenu_cursor: