Mercurial > public > mk2
comparison code_part1/OSTC_code_asm_part1/surfmode.asm @ 49:cd5b650920f6
1.70...
author | heinrichsweikamp |
---|---|
date | Wed, 28 Jul 2010 15:40:03 +0200 |
parents | 65d5b0c8da41 |
children | 8d8e753d72e3 |
comparison
equal
deleted
inserted
replaced
48:ebc5abda180d | 49:cd5b650920f6 |
---|---|
173 goto internal_eeprom_access_b0 ; Yes! | 173 goto internal_eeprom_access_b0 ; Yes! |
174 btfsc internal_eeprom_write2 ; Access internal EEPROM BANK 1 via UART module | 174 btfsc internal_eeprom_write2 ; Access internal EEPROM BANK 1 via UART module |
175 goto internal_eeprom_access_b1 ; Yes! | 175 goto internal_eeprom_access_b1 ; Yes! |
176 btfsc uart_send_hash ; Send MD2 hash values | 176 btfsc uart_send_hash ; Send MD2 hash values |
177 goto send_md2_hash ; Yes! | 177 goto send_md2_hash ; Yes! |
178 btfsc uart_compensate_temp ; Enter temp. compensation routine? | |
179 goto compensate_temperature ; Yes! | |
180 btfsc uart_send_int_eeprom ; Send internal EEPROM BANK 0 | 178 btfsc uart_send_int_eeprom ; Send internal EEPROM BANK 0 |
181 goto send_int_eeprom_b0 ; Yes! | 179 goto send_int_eeprom_b0 ; Yes! |
182 btfsc uart_reset_decodata ; Reset Deco Data? | 180 btfsc uart_reset_decodata ; Reset Deco Data? |
183 goto reset_decodata ; Yes! | 181 goto reset_decodata ; Yes! |
184 btfsc uart_send_int_eeprom2 ; Send internal EEPROM BANK 1 | 182 btfsc uart_send_int_eeprom2 ; Send internal EEPROM BANK 1 |