From 40f46cd1ce93d7f8045dda4e0af91670cd681d57 Mon Sep 17 00:00:00 2001 From: Alex AUVOLAT Date: Fri, 10 Jan 2014 13:57:45 +0100 Subject: Add support for ALU operations on several cycles. --- cpu/os.asm | 1 + 1 file changed, 1 insertion(+) (limited to 'cpu/os.asm') diff --git a/cpu/os.asm b/cpu/os.asm index 4a7449a..fd8c50f 100644 --- a/cpu/os.asm +++ b/cpu/os.asm @@ -87,6 +87,7 @@ add_b_to_string: incri C 1 sw C 0(D) pop A + jz A check_input check_input_ret: jr RA -- cgit v1.2.3