comparison src/comm.asm @ 335:3d43da7acfe1 new_screen_layout

Always show ppO2 (warning position, standard color) option
author janos_kovacs <kovjanos@gmail.com>
date Sun, 28 Jun 2015 05:02:45 +0200
parents 14b466f66a7f
children 508d7fb98b34
comparison
equal deleted inserted replaced
333:14b466f66a7f 335:3d43da7acfe1
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_extceiling, TXREG1 ; RCREG1=0x41
966 dcfsnz WREG
967 movff opt_showppo2, TXREG1 ; RCREG1=0x42
966 968
967 969
968 comm_read_abort: 970 comm_read_abort:
969 comm_read_done: 971 comm_read_done:
970 bra comm_download_mode0 ; Done. Loop with timeout reset 972 bra comm_download_mode0 ; Done. Loop with timeout reset
1250 movff RCREG1, opt_vsitextv2 ; RCREG1=0x3F 1252 movff RCREG1, opt_vsitextv2 ; RCREG1=0x3F
1251 dcfsnz WREG 1253 dcfsnz WREG
1252 movff RCREG1, opt_vsigraph ; RCREG1=0x40 1254 movff RCREG1, opt_vsigraph ; RCREG1=0x40
1253 dcfsnz WREG 1255 dcfsnz WREG
1254 movff RCREG1, opt_extceiling ; RCREG1=0x41 1256 movff RCREG1, opt_extceiling ; RCREG1=0x41
1257 dcfsnz WREG
1258 movff RCREG1, opt_showppo2 ; RCREG1=0x42
1255 1259
1256 1260
1257 comm_write_abort: 1261 comm_write_abort:
1258 ; Check Options, gases and diluents 1262 ; Check Options, gases and diluents
1259 call option_check_all ; Check all options (and reset if not within their min/max boundaries) 1263 call option_check_all ; Check all options (and reset if not within their min/max boundaries)