comparison src/comm.asm @ 391:682199d87b5c

add profile version to compact headers
author heinrichsweikamp
date Mon, 02 Nov 2015 17:48:20 +0100
parents 7faa688db105
children 9e5abca93c32
comparison
equal deleted inserted replaced
390:e6dab80e7e15 391:682199d87b5c
620 call ext_flash_read_block ; 2nd byte 620 call ext_flash_read_block ; 2nd byte
621 movwf TXREG1 621 movwf TXREG1
622 call ext_flash_read_block_stop 622 call ext_flash_read_block_stop
623 rcall comm_rs232_wait_tx ; Wait for UART 623 rcall comm_rs232_wait_tx ; Wait for UART
624 624
625 movlw 0xFF ; Spare 625 ; Offset to Logbook-Profile version
626 movwf TXREG1 626 movlw .8
627 movwf ext_flash_address+0
628 call ext_flash_byte_read ; Get byte
629 movwf TXREG1
627 rcall comm_rs232_wait_tx ; Wait for UART 630 rcall comm_rs232_wait_tx ; Wait for UART
628 bra comm_send_compact_headers2 ; continue 631 bra comm_send_compact_headers2 ; continue
629 632
630 633
631 ;----------------------------------------------------------------------------- 634 ;-----------------------------------------------------------------------------