comparison src/comm.asm @ 304:a50edfada621

Merge with new_screen_layout
author heinrichsweikamp
date Mon, 01 Jun 2015 17:19:37 +0200
parents 9b1b0b32e7d5
children 14719662fb95
comparison
equal deleted inserted replaced
302:be341d0df3ee 304:a50edfada621
953 movff opt_cR_button_right, TXREG1 ; RCREG1=0x3B 953 movff opt_cR_button_right, TXREG1 ; RCREG1=0x3B
954 dcfsnz WREG 954 dcfsnz WREG
955 movff char_I_bottom_usage, TXREG1 ; RCREG1=0x3C 955 movff char_I_bottom_usage, TXREG1 ; RCREG1=0x3C
956 dcfsnz WREG 956 dcfsnz WREG
957 movff char_I_deco_usage, TXREG1 ; RCREG1=0x3D 957 movff char_I_deco_usage, TXREG1 ; RCREG1=0x3D
958 dcfsnz WREG
959 movff opt_depthblink, TXREG1 ; RCREG1=0x3E
958 960
959 961
960 comm_read_abort: 962 comm_read_abort:
961 comm_read_done: 963 comm_read_done:
962 bra comm_download_mode0 ; Done. Loop with timeout reset 964 bra comm_download_mode0 ; Done. Loop with timeout reset
1234 movff RCREG1, opt_cR_button_right ; RCREG1=0x3B 1236 movff RCREG1, opt_cR_button_right ; RCREG1=0x3B
1235 dcfsnz WREG 1237 dcfsnz WREG
1236 movff RCREG1, char_I_bottom_usage ; RCREG1=0x3C 1238 movff RCREG1, char_I_bottom_usage ; RCREG1=0x3C
1237 dcfsnz WREG 1239 dcfsnz WREG
1238 movff RCREG1, char_I_deco_usage ; RCREG1=0x3D 1240 movff RCREG1, char_I_deco_usage ; RCREG1=0x3D
1241 dcfsnz WREG
1242 movff RCREG1, opt_depthblink ; RCREG1=0x3E
1239 1243
1240 1244
1241 comm_write_abort: 1245 comm_write_abort:
1242 ; Check Options, gases and diluents 1246 ; Check Options, gases and diluents
1243 call option_check_all ; Check all options (and reset if not within their min/max boundaries) 1247 call option_check_all ; Check all options (and reset if not within their min/max boundaries)