comparison code_part1/OSTC_code_asm_part1/menu_custom.asm @ 717:91ae251d379f

"ostc3-style" menu titles
author heinrichsweikamp
date Thu, 23 May 2013 10:59:34 +0200
parents 6e456a6398e0
children a652b0ff4dcf
comparison
equal deleted inserted replaced
716:d333c8462844 717:91ae251d379f
209 clrf cf32_x4 ; here: # of CustomFunction*4 209 clrf cf32_x4 ; here: # of CustomFunction*4
210 bcf first_FA ; here: =1: -, =0: + 210 bcf first_FA ; here: =1: -, =0: +
211 movlw 1 ; Stepsize: 1, 10, or 100. 211 movlw 1 ; Stepsize: 1, 10, or 100.
212 movwf cf_step 212 movwf cf_step
213 213
214 call DISP_topline_box 214 call DISP_divemask_color
215 WIN_INVERT .1 ; Init new Wordprocessor
216 movff cf_title_text,WREG ; Title text in low bank 215 movff cf_title_text,WREG ; Title text in low bank
217 call displaytext_1_low 216 call displaytext_1_low
218 WIN_INVERT .0 ; Init new Wordprocessor
219 217
220 menu_custom_functions1: 218 menu_custom_functions1:
221 call DISP_standard_color ; Trash EEADRH... 219 call DISP_standard_color ; Trash EEADRH...
222 220
223 movff cf_page_number,EEADRH ; CF page number (0: 0-31, 1: 32-63) 221 movff cf_page_number,EEADRH ; CF page number (0: 0-31, 1: 32-63)