mirror of
https://github.com/cfenollosa/os-tutorial.git
synced 2025-12-17 12:24:37 +03:00
fixed bug in print_hex
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user