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

"ostc3-style" menu titles
author heinrichsweikamp
date Thu, 23 May 2013 10:59:34 +0200
parents 39e02673db4c
children 4452837aff37
comparison
equal deleted inserted replaced
716:d333c8462844 717:91ae251d379f
115 menu_interface: 115 menu_interface:
116 bcf dump_external_eeprom ; clear flag 116 bcf dump_external_eeprom ; clear flag
117 bcf PIE1,RCIE ; No Interrupt for UART 117 bcf PIE1,RCIE ; No Interrupt for UART
118 bsf LED_blue 118 bsf LED_blue
119 call DISP_ClearScreen 119 call DISP_ClearScreen
120 call DISP_topline_box 120 call DISP_divemask_color
121 WIN_INVERT .1 ; Init new Wordprocessor
122 DISPLAYTEXT .15 ; "Interface" 121 DISPLAYTEXT .15 ; "Interface"
123 WIN_INVERT .0 ; Init new Wordprocessor 122 call DISP_standard_color
124
125 movlw d'5' 123 movlw d'5'
126 movwf uart1_temp 124 movwf uart1_temp
127 menu_interface1: 125 menu_interface1:
128 movlw 0xAA ; Startbytes 126 movlw 0xAA ; Startbytes
129 movwf TXREG 127 movwf TXREG