From 930ca54aa228a340e9139def8c0e67dd5c175331 Mon Sep 17 00:00:00 2001 From: Jonathan Date: Sun, 12 Jan 2014 11:32:48 +0100 Subject: there's a strange bug in the division e Please enter the commit message for your changes. Lines starting --- cpu/os.asm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'cpu/os.asm') diff --git a/cpu/os.asm b/cpu/os.asm index 58fa83b..7c271f0 100644 --- a/cpu/os.asm +++ b/cpu/os.asm @@ -184,13 +184,13 @@ unit_test_1: # Unsigned multiplication unit_test_2: # Unsigned division li B 1 - li C 64 + li C 61 li D 5 divu C C D move D E sei A C 12 and B B A - sei A D 4 + sei A D 1 and B B A #li C 61 -- cgit v1.2.3