comparison src/comm.asm @ 337:508d7fb98b34

cleanup menu, add "Auto SP" option (Not working yet), minor layout change in compass menu
author heinrichsweikamp
date Sun, 28 Jun 2015 13:58:00 +0200
parents 3d43da7acfe1
children cf9ce6053dee
comparison
equal deleted inserted replaced
336:1318c6cad41b 337:508d7fb98b34
960 dcfsnz WREG 960 dcfsnz WREG
961 movff opt_vsitextv2, TXREG1 ; RCREG1=0x3F 961 movff opt_vsitextv2, TXREG1 ; RCREG1=0x3F
962 dcfsnz WREG 962 dcfsnz WREG
963 movff opt_vsigraph, TXREG1 ; RCREG1=0x40 963 movff opt_vsigraph, TXREG1 ; RCREG1=0x40
964 dcfsnz WREG 964 dcfsnz WREG
965 movff opt_extceiling, TXREG1 ; RCREG1=0x41 965 movff opt_showppo2, TXREG1 ; RCREG1=0x41
966 dcfsnz WREG
967 movff opt_showppo2, TXREG1 ; RCREG1=0x42
968 966
969 967
970 comm_read_abort: 968 comm_read_abort:
971 comm_read_done: 969 comm_read_done:
972 bra comm_download_mode0 ; Done. Loop with timeout reset 970 bra comm_download_mode0 ; Done. Loop with timeout reset
1251 dcfsnz WREG 1249 dcfsnz WREG
1252 movff RCREG1, opt_vsitextv2 ; RCREG1=0x3F 1250 movff RCREG1, opt_vsitextv2 ; RCREG1=0x3F
1253 dcfsnz WREG 1251 dcfsnz WREG
1254 movff RCREG1, opt_vsigraph ; RCREG1=0x40 1252 movff RCREG1, opt_vsigraph ; RCREG1=0x40
1255 dcfsnz WREG 1253 dcfsnz WREG
1256 movff RCREG1, opt_extceiling ; RCREG1=0x41 1254 movff RCREG1, opt_showppo2 ; RCREG1=0x41
1257 dcfsnz WREG
1258 movff RCREG1, opt_showppo2 ; RCREG1=0x42
1259 1255
1260 1256
1261 comm_write_abort: 1257 comm_write_abort:
1262 ; Check Options, gases and diluents 1258 ; Check Options, gases and diluents
1263 call option_check_all ; Check all options (and reset if not within their min/max boundaries) 1259 call option_check_all ; Check all options (and reset if not within their min/max boundaries)