lesson 5, functions and strings

pull/6/head
Carlos Fenollosa 10 years ago
parent a537ac9678
commit 96e8ccff0f

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

Loading…
Cancel
Save