Minor fixes

This commit is contained in:
Robbe Van Herck 2019-12-28 11:46:56 +01:00
parent 2d21f3114f
commit 3f19e9f0ef
No known key found for this signature in database
GPG key ID: A66F76F7B81BD784

View file

@ -7,6 +7,9 @@ jmp .start
;;; Print string at bx
.puts:
mov al, '!'
mov ah, 0x0e
int 0x10
.puts_loop:
mov al, [bx] ; load the character