diff code_part1/OSTC_code_asm_part1/menu_custom.asm @ 25:99512945c7a1

1.61 beta rc2
author heinrichsweikamp
date Thu, 13 May 2010 23:24:55 +0200
parents 68825abc35f7
children 29341afd2060
line wrap: on
line diff
--- a/code_part1/OSTC_code_asm_part1/menu_custom.asm	Mon Apr 26 11:48:17 2010 +0200
+++ b/code_part1/OSTC_code_asm_part1/menu_custom.asm	Thu May 13 23:24:55 2010 +0200
@@ -703,5 +703,4 @@
 	call	sub16							; sub_c = sub_a - sub_b with "neg_flag" bit set if sub_b > sub_a
 	btfss	neg_flag						; negative?
 	retlw	.255							; no
-	retlw	.0								; yes
-
+	retlw	.0								; yes
\ No newline at end of file