lesson 5, functions and strings

This commit is contained in:
Carlos Fenollosa 2014-10-05 13:05:37 +02:00
parent a537ac9678
commit 96e8ccff0f

View File

@ -14,7 +14,7 @@ start:
mov ah, 0x0e mov ah, 0x0e
int 0x10 ; 'al' already contains the char int 0x10 ; 'al' already contains the char
; increment pointer and do next loop ; increment pointer and do next loop
add bx, 1 add bx, 1
jmp start jmp start