This commit is contained in:
Vincenzo Aleksey Brocato 2024-09-10 18:21:49 +02:00
parent 0e5085805b
commit a7a5589f47

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