Mercurial > public > mk2
comparison code_part1/OSTC_code_asm_part1/interface.asm @ 703:39e02673db4c
some cleanup
author | heinrichsweikamp |
---|---|
date | Sun, 17 Mar 2013 13:33:17 +0100 |
parents | 6e456a6398e0 |
children | 91ae251d379f |
comparison
equal
deleted
inserted
replaced
702:e6ff73e88e45 | 703:39e02673db4c |
---|---|
77 | 77 |
78 ; send internal EEPROM BANK 2 via the UART | 78 ; send internal EEPROM BANK 2 via the UART |
79 send_int_eeprom_b2: | 79 send_int_eeprom_b2: |
80 bcf uart_send_int_eeprom3 ; clear flag | 80 bcf uart_send_int_eeprom3 ; clear flag |
81 movlw d'2' | 81 movlw d'2' |
82 movwf EEADRH ; Point to Bank1 | 82 movwf EEADRH ; Point to Bank2 |
83 rcall send_internal_eeprom1 ; sends complete 2nd page of internal EEPROM | 83 rcall send_internal_eeprom1 ; sends complete 2nd page of internal EEPROM |
84 goto surfloop_loop ; return to surface loop | 84 goto surfloop_loop ; return to surface loop |
85 | 85 |
86 | 86 |
87 ; Send firmware version and 16bytes MD2 hash via the UART | 87 ; Send firmware version and 16bytes MD2 hash via the UART |