Mercurial > public > mk2
comparison code_part1/OSTC_code_asm_part1/interface.asm @ 681:6e456a6398e0
Hardware4 support
author | heinrichsweikamp |
---|---|
date | Fri, 25 Jan 2013 18:00:49 +0100 |
parents | fbd5e2b75a63 |
children | 39e02673db4c |
comparison
equal
deleted
inserted
replaced
680:c6220d340684 | 681:6e456a6398e0 |
---|---|
114 ; Sends first 256Byte from internal and first 32KB from external EEPROM using the UART module | 114 ; Sends first 256Byte from internal and first 32KB from external EEPROM using the UART module |
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 PLED_ClearScreen | 119 call DISP_ClearScreen |
120 call PLED_topline_box | 120 call DISP_topline_box |
121 WIN_INVERT .1 ; Init new Wordprocessor | 121 WIN_INVERT .1 ; Init new Wordprocessor |
122 DISPLAYTEXT .15 ; "Interface" | 122 DISPLAYTEXT .15 ; "Interface" |
123 WIN_INVERT .0 ; Init new Wordprocessor | 123 WIN_INVERT .0 ; Init new Wordprocessor |
124 | 124 |
125 movlw d'5' | 125 movlw d'5' |