Go to newline afterwards.
This commit is contained in:
parent
1d03db4a71
commit
acc3f782b4
@ -23,5 +23,9 @@ print_string_start:
|
|||||||
jmp print_string_start ; go back to beginning
|
jmp print_string_start ; go back to beginning
|
||||||
|
|
||||||
print_string_end:
|
print_string_end:
|
||||||
|
mov al, 0xA
|
||||||
|
int 0x10
|
||||||
|
mov al, 0xD
|
||||||
|
int 0x10
|
||||||
popa ; return the state of all the registers
|
popa ; return the state of all the registers
|
||||||
ret
|
ret
|
||||||
|
Loading…
Reference in New Issue
Block a user