comparison code_part1/OSTC_code_asm_part1/menu_logbook.asm @ 467:59ff7a1aa1cb 2.01stable

show firmware version in logbook correctly
author heinrichsweikamp
date Mon, 03 Oct 2011 09:36:53 +0200
parents 993e681e89cf
children ab819be6193f
comparison
equal deleted inserted replaced
464:6ad9af3a5771 467:59ff7a1aa1cb
942 cpfslt lo ; <83? 942 cpfslt lo ; <83?
943 bsf show_cns_in_logbook ; No, set flag 943 bsf show_cns_in_logbook ; No, set flag
944 movlw .2 ; Check firmware x > 1 944 movlw .2 ; Check firmware x > 1
945 cpfslt hi ; <2? 945 cpfslt hi ; <2?
946 bsf show_cns_in_logbook ; No, set flag 946 bsf show_cns_in_logbook ; No, set flag
947 output_8 947 output_99x
948 call word_processor ; Display Gas information 948 call word_processor ; Display Gas information
949 bcf leftbind ; Clear flag 949 bcf leftbind ; Clear flag
950 950
951 WIN_TOP .50 951 WIN_TOP .50
952 lfsr FSR2,letter 952 lfsr FSR2,letter