This commit is contained in:
Vincenzo Aleksey Brocato 2024-09-10 18:21:49 +02:00 committed by VinceAle7082
parent cb6e5e7fdf
commit 36973caffa

View File

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