Mercurial > public > mk2
diff code_part1/OSTC_code_asm_part1/menu_custom.asm @ 670:92e1690ecc84
2.57beta release
author | heinrichsweikamp |
---|---|
date | Tue, 04 Dec 2012 16:41:38 +0100 |
parents | 420e62cd88ad |
children | 6e456a6398e0 |
line wrap: on
line diff
--- a/code_part1/OSTC_code_asm_part1/menu_custom.asm Mon Dec 03 10:58:19 2012 +0100 +++ b/code_part1/OSTC_code_asm_part1/menu_custom.asm Tue Dec 04 16:41:38 2012 +0100 @@ -844,7 +844,8 @@ ; they are all ok. check_customfunctions: - movlw max_custom_number+1 ; Defined in definitions.asm +; movlw max_custom_number+1 ; Defined in definitions.asm + movlw .63 ; mH: CF checker does currently not work for Bank2 cpfseq cf_checker_counter ; All tested? bra check_customfunctions1 ; No, continue clrf cf_checker_counter ; clear counter