Mercurial > public > mk2
diff code_part1/OSTC_code_asm_part1/menu_custom.asm @ 83:3e351e25f5d1
adding anti-aliased fonts frame and merging some patches from Jeando
author | heinrichsweikamp |
---|---|
date | Tue, 07 Dec 2010 22:36:19 +0100 |
parents | 69c462400279 |
children | 0f4c175ef824 |
line wrap: on
line diff
--- a/code_part1/OSTC_code_asm_part1/menu_custom.asm Tue Dec 07 13:22:17 2010 +0100 +++ b/code_part1/OSTC_code_asm_part1/menu_custom.asm Tue Dec 07 22:36:19 2010 +0100 @@ -226,29 +226,29 @@ #ifdef NO_CF_TYPES movlw binary_cf1 - subwf apnoe_mins,W ; Binary cf? + subwf apnoe_mins,W ; Binary cf? bz menu_custom_functions10c ; Yes movlw binary_cf2 - subwf apnoe_mins,W ; Binary cf? + subwf apnoe_mins,W ; Binary cf? bz menu_custom_functions10c ; Yes movlw binary_cf3 - subwf apnoe_mins,W ; Binary cf? + subwf apnoe_mins,W ; Binary cf? bz menu_custom_functions10c ; Yes movlw binary_cf4 - subwf apnoe_mins,W ; Binary cf? + subwf apnoe_mins,W ; Binary cf? bz menu_custom_functions10c ; Yes movlw binary_cf5 - subwf apnoe_mins,W ; Binary cf? + subwf apnoe_mins,W ; Binary cf? bz menu_custom_functions10c ; Yes movlw binary_cf6 - subwf apnoe_mins,W ; Binary cf? + subwf apnoe_mins,W ; Binary cf? bz menu_custom_functions10c ; Yes - + bra menu_custom_functions10a ; Not a binary CF... #else movf hi,W ; Is it a ON/OFF flag ?