comparison src/comm.asm @ 593:c31e0292bc92

doc update (clarification/correction of max. depth reading header data)
author heinrichsweikamp
date Sat, 28 Apr 2018 11:26:08 +0200
parents b455b31ce022
children ca4556fb60b9
comparison
equal deleted inserted replaced
592:05053910d668 593:c31e0292bc92
1002 dcfsnz WREG 1002 dcfsnz WREG
1003 movff opt_enable_safetystop, TXREG1 ; RCREG1=0x36 1003 movff opt_enable_safetystop, TXREG1 ; RCREG1=0x36
1004 dcfsnz WREG 1004 dcfsnz WREG
1005 movff opt_calibration_O2_ratio, TXREG1; RCREG1=0x37 1005 movff opt_calibration_O2_ratio, TXREG1; RCREG1=0x37
1006 dcfsnz WREG 1006 dcfsnz WREG
1007 clrf TXREG1 ; RCREG1=0x38 NOT USED ANYMORE (ex opt_sensor_fallback) 1007 clrf TXREG1 ; RCREG1=0x38 NOT USED ANYMORE (ex opt_sensor_fallback)
1008 dcfsnz WREG 1008 dcfsnz WREG
1009 movff opt_flip_screen, TXREG1 ; RCREG1=0x39 1009 movff opt_flip_screen, TXREG1 ; RCREG1=0x39
1010 dcfsnz WREG 1010 dcfsnz WREG
1011 movff opt_cR_button_left, TXREG1 ; RCREG1=0x3A 1011 movff opt_cR_button_left, TXREG1 ; RCREG1=0x3A
1012 dcfsnz WREG 1012 dcfsnz WREG
1351 dcfsnz WREG 1351 dcfsnz WREG
1352 movff RCREG1, opt_enable_safetystop ; RCREG1=0x36 1352 movff RCREG1, opt_enable_safetystop ; RCREG1=0x36
1353 dcfsnz WREG 1353 dcfsnz WREG
1354 movff RCREG1, opt_calibration_O2_ratio; RCREG1=0x37 1354 movff RCREG1, opt_calibration_O2_ratio; RCREG1=0x37
1355 dcfsnz WREG 1355 dcfsnz WREG
1356 nop ; RCREG1=0x38 NOT USED ANYMORE (ex opt_sensor_fallback) 1356 nop ; RCREG1=0x38 NOT USED ANYMORE (ex opt_sensor_fallback)
1357 dcfsnz WREG 1357 dcfsnz WREG
1358 movff RCREG1, opt_flip_screen ; RCREG1=0x39 1358 movff RCREG1, opt_flip_screen ; RCREG1=0x39
1359 dcfsnz WREG 1359 dcfsnz WREG
1360 movff RCREG1, opt_cR_button_left ; RCREG1=0x3A 1360 movff RCREG1, opt_cR_button_left ; RCREG1=0x3A
1361 dcfsnz WREG 1361 dcfsnz WREG