summaryrefslogtreecommitdiff
path: root/cpu/os.asm
diff options
context:
space:
mode:
authorJonathan <jonathan@jonathan-VirtualBox.(none)>2014-01-12 11:32:48 +0100
committerJonathan <jonathan@jonathan-VirtualBox.(none)>2014-01-12 11:32:48 +0100
commit930ca54aa228a340e9139def8c0e67dd5c175331 (patch)
tree203bad0a492c802d5b55401b7461e66534f446f1 /cpu/os.asm
parentd042116b7e74c919a3b8a378a9a5a9961219bc54 (diff)
downloadSystDigit-Projet-930ca54aa228a340e9139def8c0e67dd5c175331.tar.gz
SystDigit-Projet-930ca54aa228a340e9139def8c0e67dd5c175331.zip
there's a strange bug in the division
e Please enter the commit message for your changes. Lines starting
Diffstat (limited to 'cpu/os.asm')
-rw-r--r--cpu/os.asm4
1 files changed, 2 insertions, 2 deletions
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