fixed bug in print_hex

This commit is contained in:
Carlos Fenollosa
2014-10-08 18:25:10 +02:00
parent ee0eefad66
commit 04625d9a1f
2 changed files with 9 additions and 4 deletions

View File

@@ -11,7 +11,7 @@ call print
call print_nl
mov dx, 0x1234
mov dx, 0x12fe
call print_hex
; that's it! we can hang now