This commit is contained in:
Vincenzo Aleksey Brocato 2024-09-10 18:21:49 +02:00 committed by VinceAle7082
parent 61c6648465
commit 2dd773a48a

View File

@ -256,11 +256,11 @@ puts:
.loop:
lodsb
or al, al ; verify if next character is n
or al, al
jz .fine
mov ah, 0x0E ; call bios interrupt
mov bh, 0 ; set page number to 0
mov ah, 0x0E
mov bh, 0
int 0x10
jmp .loop