Mercurial > public > hwos_code
comparison src/comm.asm @ 326:d21b172d5a7a new_screen_layout
VSIbar #4: VSI settings submenu, graph option, logbook offset and compass calib. menu exit fix
author | Janos Kovacs <kovjanos@gmail.com> |
---|---|
date | Sat, 13 Jun 2015 22:53:05 +0200 |
parents | 14719662fb95 |
children | 14b466f66a7f |
comparison
equal
deleted
inserted
replaced
325:d82516b8298e | 326:d21b172d5a7a |
---|---|
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_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 | |
963 movff opt_vsigraph, TXREG1 ; RCREG1=0x40 | |
962 | 964 |
963 | 965 |
964 comm_read_abort: | 966 comm_read_abort: |
965 comm_read_done: | 967 comm_read_done: |
966 bra comm_download_mode0 ; Done. Loop with timeout reset | 968 bra comm_download_mode0 ; Done. Loop with timeout reset |
1242 movff RCREG1, char_I_deco_usage ; RCREG1=0x3D | 1244 movff RCREG1, char_I_deco_usage ; RCREG1=0x3D |
1243 dcfsnz WREG | 1245 dcfsnz WREG |
1244 movff RCREG1, opt_modwarning ; RCREG1=0x3E | 1246 movff RCREG1, opt_modwarning ; RCREG1=0x3E |
1245 dcfsnz WREG | 1247 dcfsnz WREG |
1246 movff RCREG1, opt_vsitextv2 ; RCREG1=0x3F | 1248 movff RCREG1, opt_vsitextv2 ; RCREG1=0x3F |
1249 dcfsnz WREG | |
1250 movff RCREG1, opt_vsigraph ; RCREG1=0x40 | |
1247 | 1251 |
1248 | 1252 |
1249 comm_write_abort: | 1253 comm_write_abort: |
1250 ; Check Options, gases and diluents | 1254 ; Check Options, gases and diluents |
1251 call option_check_all ; Check all options (and reset if not within their min/max boundaries) | 1255 call option_check_all ; Check all options (and reset if not within their min/max boundaries) |