diff options
author | Jonathan <jonathan@jonathan-VirtualBox.(none)> | 2014-01-12 11:32:48 +0100 |
---|---|---|
committer | Jonathan <jonathan@jonathan-VirtualBox.(none)> | 2014-01-12 11:32:48 +0100 |
commit | 930ca54aa228a340e9139def8c0e67dd5c175331 (patch) | |
tree | 203bad0a492c802d5b55401b7461e66534f446f1 /cpu/os.asm | |
parent | d042116b7e74c919a3b8a378a9a5a9961219bc54 (diff) | |
download | SystDigit-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.asm | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |