comparison src/comm.asm @ 307:14719662fb95 new_screen_layout

Merged Screen layout work #4 into VSItextv2
author Janos Kovacs <kovjanos@gmail.com>
date Tue, 02 Jun 2015 23:38:21 +0100
parents 9b1b0b32e7d5
children d21b172d5a7a
comparison
equal deleted inserted replaced
306:e9d058f20097 307:14719662fb95
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 958 dcfsnz WREG
959 movff opt_depthblink, TXREG1 ; RCREG1=0x3E 959 movff opt_modwarning, TXREG1 ; RCREG1=0x3E
960 dcfsnz WREG
961 movff opt_vsitextv2, TXREG1 ; RCREG1=0x3F
960 962
961 963
962 comm_read_abort: 964 comm_read_abort:
963 comm_read_done: 965 comm_read_done:
964 bra comm_download_mode0 ; Done. Loop with timeout reset 966 bra comm_download_mode0 ; Done. Loop with timeout reset
1237 dcfsnz WREG 1239 dcfsnz WREG
1238 movff RCREG1, char_I_bottom_usage ; RCREG1=0x3C 1240 movff RCREG1, char_I_bottom_usage ; RCREG1=0x3C
1239 dcfsnz WREG 1241 dcfsnz WREG
1240 movff RCREG1, char_I_deco_usage ; RCREG1=0x3D 1242 movff RCREG1, char_I_deco_usage ; RCREG1=0x3D
1241 dcfsnz WREG 1243 dcfsnz WREG
1242 movff RCREG1, opt_depthblink ; RCREG1=0x3E 1244 movff RCREG1, opt_modwarning ; RCREG1=0x3E
1245 dcfsnz WREG
1246 movff RCREG1, opt_vsitextv2 ; RCREG1=0x3F
1243 1247
1244 1248
1245 comm_write_abort: 1249 comm_write_abort:
1246 ; Check Options, gases and diluents 1250 ; Check Options, gases and diluents
1247 call option_check_all ; Check all options (and reset if not within their min/max boundaries) 1251 call option_check_all ; Check all options (and reset if not within their min/max boundaries)