mirror of
https://github.com/cfenollosa/os-tutorial.git
synced 2024-10-27 20:34:19 +00:00
Merge 500fe37e9a
into ce8e050d24
This commit is contained in:
commit
12d8bfcc4b
@ -37,7 +37,7 @@ end:
|
|||||||
; prepare the parameter and call the function
|
; prepare the parameter and call the function
|
||||||
; remember that print receives parameters in 'bx'
|
; remember that print receives parameters in 'bx'
|
||||||
mov bx, HEX_OUT
|
mov bx, HEX_OUT
|
||||||
call print
|
call print_hex
|
||||||
|
|
||||||
popa
|
popa
|
||||||
ret
|
ret
|
||||||
|
Loading…
Reference in New Issue
Block a user