comparison code_part1/OSTC_code_asm_part1/menu_custom.asm @ 29:c6cab044a338

1.61beta rc2
author heinrichsweikamp
date Sun, 16 May 2010 21:17:43 +0200
parents 29341afd2060
children 69c462400279
comparison
equal deleted inserted replaced
28:e01e6428d316 29:c6cab044a338
148 148
149 menu_custom_functions11: 149 menu_custom_functions11:
150 WIN_INVERT .0 ; Init new Wordprocessor 150 WIN_INVERT .0 ; Init new Wordprocessor
151 151
152 menu_custom_functions1: 152 menu_custom_functions1:
153 call PLED_standard_color
154
153 movlw d'1' 155 movlw d'1'
154 btfss customfunction_page ; Use Page II... 156 btfss customfunction_page ; Use Page II...
155 movlw d'0' 157 movlw d'0'
156 movwf EEADRH 158 movwf EEADRH
157 159