comparison code_part1/OSTC_code_asm_part1/surfmode.asm @ 578:fbd5e2b75a63

adding access to CF64-CF95
author heinrichsweikamp
date Tue, 24 Apr 2012 08:39:43 +0200
parents ab2686087bce
children d14f72af4c07
comparison
equal deleted inserted replaced
577:e3ffc6d62a63 578:fbd5e2b75a63
194 goto sync_clock ; Yes! 194 goto sync_clock ; Yes!
195 btfsc internal_eeprom_write ; Access internal EEPROM BANK 0 via UART module 195 btfsc internal_eeprom_write ; Access internal EEPROM BANK 0 via UART module
196 goto internal_eeprom_access_b0 ; Yes! 196 goto internal_eeprom_access_b0 ; Yes!
197 btfsc internal_eeprom_write2 ; Access internal EEPROM BANK 1 via UART module 197 btfsc internal_eeprom_write2 ; Access internal EEPROM BANK 1 via UART module
198 goto internal_eeprom_access_b1 ; Yes! 198 goto internal_eeprom_access_b1 ; Yes!
199 btfsc internal_eeprom_write3 ; Access internal EEPROM BANK 2 via UART module
200 goto internal_eeprom_access_b2 ; Yes!
199 btfsc uart_send_hash ; Send MD2 hash values 201 btfsc uart_send_hash ; Send MD2 hash values
200 goto send_md2_hash ; Yes! 202 goto send_md2_hash ; Yes!
201 btfsc uart_send_int_eeprom ; Send internal EEPROM BANK 0 203 btfsc uart_send_int_eeprom ; Send internal EEPROM BANK 0
202 goto send_int_eeprom_b0 ; Yes! 204 goto send_int_eeprom_b0 ; Yes!
203 btfsc uart_reset_decodata ; Reset Deco Data? 205 btfsc uart_reset_decodata ; Reset Deco Data?
204 goto reset_decodata ; Yes! 206 goto reset_decodata ; Yes!
205 btfsc uart_send_int_eeprom2 ; Send internal EEPROM BANK 1 207 btfsc uart_send_int_eeprom2 ; Send internal EEPROM BANK 1
206 goto send_int_eeprom_b1 ; Yes! 208 goto send_int_eeprom_b1 ; Yes!
209 btfsc uart_send_int_eeprom3 ; Send internal EEPROM BANK 2
210 goto send_int_eeprom_b2 ; Yes!
207 btfsc uart_store_tissue_data ; Store tissue data? 211 btfsc uart_store_tissue_data ; Store tissue data?
208 goto uart_store_tissues ; Yes! 212 goto uart_store_tissues ; Yes!
209 btfsc uart_115200_bootloader ; Look for 115200Baud bootloader? 213 btfsc uart_115200_bootloader ; Look for 115200Baud bootloader?
210 goto uart_115k_bootloader ; Yes! 214 goto uart_115k_bootloader ; Yes!
211 btfsc uart_reset_battery_stats ; Reset Battery stats? 215 btfsc uart_reset_battery_stats ; Reset Battery stats?