Improve emulator
This commit is contained in:
parent
fcb4db25ad
commit
2935d7ee6c
2 changed files with 33 additions and 4 deletions
|
@ -7,11 +7,11 @@ main:
|
|||
test al, al
|
||||
jz .ret
|
||||
mov dl, al
|
||||
mov ah, 0x02
|
||||
int 0x21
|
||||
mov cl, 0x02
|
||||
call 5
|
||||
jmp .loop
|
||||
.ret:
|
||||
ret
|
||||
|
||||
hello:
|
||||
db "Hello!", 0
|
||||
db "Hello!", 0x0A, 0x0D, 0
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue