comparison src/comm.asm @ 333:14b466f66a7f new_screen_layout

Extend the Ceiling custom-view with ppO2 and current GF
author Janos Kovacs <kovjanos@gmail.com>
date Sun, 28 Jun 2015 03:30:03 +0200
parents d21b172d5a7a
children 3d43da7acfe1
comparison
equal deleted inserted replaced
332:0ff81ff290ce 333:14b466f66a7f
959 movff opt_modwarning, TXREG1 ; RCREG1=0x3E 959 movff opt_modwarning, TXREG1 ; RCREG1=0x3E
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
965 movff opt_extceiling, TXREG1 ; RCREG1=0x41
964 966
965 967
966 comm_read_abort: 968 comm_read_abort:
967 comm_read_done: 969 comm_read_done:
968 bra comm_download_mode0 ; Done. Loop with timeout reset 970 bra comm_download_mode0 ; Done. Loop with timeout reset
1246 movff RCREG1, opt_modwarning ; RCREG1=0x3E 1248 movff RCREG1, opt_modwarning ; RCREG1=0x3E
1247 dcfsnz WREG 1249 dcfsnz WREG
1248 movff RCREG1, opt_vsitextv2 ; RCREG1=0x3F 1250 movff RCREG1, opt_vsitextv2 ; RCREG1=0x3F
1249 dcfsnz WREG 1251 dcfsnz WREG
1250 movff RCREG1, opt_vsigraph ; RCREG1=0x40 1252 movff RCREG1, opt_vsigraph ; RCREG1=0x40
1253 dcfsnz WREG
1254 movff RCREG1, opt_extceiling ; RCREG1=0x41
1251 1255
1252 1256
1253 comm_write_abort: 1257 comm_write_abort:
1254 ; Check Options, gases and diluents 1258 ; Check Options, gases and diluents
1255 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)