Mercurial > public > mk2
comparison code_part1/OSTC_code_asm_part1/menu_logbook.asm @ 468:8d69c040b9fc
show firmware version in logbook correctly
author | heinrichsweikamp |
---|---|
date | Mon, 03 Oct 2011 09:38:20 +0200 |
parents | 993e681e89cf |
children | ab819be6193f |
comparison
equal
deleted
inserted
replaced
466:67d908f51e80 | 468:8d69c040b9fc |
---|---|
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 |