This commit is contained in:
Garrett Weaver 2023-09-30 21:39:53 -03:00 committed by GitHub
commit 12d8bfcc4b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -37,7 +37,7 @@ end:
; prepare the parameter and call the function
; remember that print receives parameters in 'bx'
mov bx, HEX_OUT
call print
call print_hex
popa
ret