Mercurial > public > mk2
comparison code_part1/OSTC_code_asm_part1/menu_custom.asm @ 644:420e62cd88ad
point to correct diluent location
author | heinrichsweikamp |
---|---|
date | Wed, 03 Oct 2012 13:12:02 +0200 |
parents | 1b021a280e15 |
children | 92e1690ecc84 |
comparison
equal
deleted
inserted
replaced
643:3b50c9949b84 | 644:420e62cd88ad |
---|---|
897 | 897 |
898 STRCPY TXT_CF2 | 898 STRCPY TXT_CF2 |
899 movff cf_checker_counter,lo | 899 movff cf_checker_counter,lo |
900 output_99x | 900 output_99x |
901 STRCAT_PRINT "!" | 901 STRCAT_PRINT "!" |
902 WIN_INVERT .0 ; Init new Wordprocessor | |
902 | 903 |
903 ; When failed, increment counter modulo 64, to restart checks. | 904 ; When failed, increment counter modulo 64, to restart checks. |
904 incf cf_checker_counter,W | 905 incf cf_checker_counter,W |
905 andlw .63 ; Modulo 64 | 906 andlw .63 ; Modulo 64 |
906 movwf cf_checker_counter | 907 movwf cf_checker_counter |