e_dos repeatedly outputs e

This commit is contained in:
Blake Burgess 2018-12-08 12:07:51 -05:00
parent 761fb5b5b5
commit 5883f69491

View File

@ -1,6 +1,7 @@
org 0x100 org 0x100
putE:
mov ah, 0x0E mov ah, 0x0E
mov al, 'e' mov al, 'e'
int 0x10 int 0x10
ret jmp putE