From 3759ea83b657719244d12765f5717cae576fefb5 Mon Sep 17 00:00:00 2001 From: Duncan Smith Date: Tue, 14 Sep 2010 22:50:24 -0700 Subject: Conditional jumps work now. Holy shit that was a hairy debug session. I have a lot to look forward to. --- alu.asm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'alu.asm') diff --git a/alu.asm b/alu.asm index 5eb79de..3432938 100644 --- a/alu.asm +++ b/alu.asm @@ -86,6 +86,6 @@ alu_cp: move.b #1,f_tmp_byte andi.b #%00000010,flag_valid move.b #%00000010,flag_byte - sub d0,d1 + sub.b d0,d1 move sr,f_host_sr rts -- cgit v1.2.3