comparison code_part1/OSTC_code_asm_part1/menu_custom.asm @ 17:68825abc35f7

1.55beta rc1
author heinrichsweikamp
date Sun, 11 Apr 2010 20:16:47 +0200
parents 5c4ba624165d
children 99512945c7a1
comparison
equal deleted inserted replaced
16:01510acaeb11 17:68825abc35f7
203 movlw binary_cf5 203 movlw binary_cf5
204 subwf apnoe_mins,W ; Binary cf? 204 subwf apnoe_mins,W ; Binary cf?
205 btfsc STATUS,Z 205 btfsc STATUS,Z
206 bra menu_custom_functions10c ; Yes 206 bra menu_custom_functions10c ; Yes
207 207
208 movlw binary_cf6
209 subwf apnoe_mins,W ; Binary cf?
210 btfsc STATUS,Z
211 bra menu_custom_functions10c ; Yes
212
208 213
209 bra menu_custom_functions10a ; Not a binary CF selected 214 bra menu_custom_functions10a ; Not a binary CF selected
210 215
211 menu_custom_functions10c: 216 menu_custom_functions10c:
212 movlw d'1' 217 movlw d'1'