Continued development on int 21h interface

This commit is contained in:
Nero 2021-01-03 18:11:41 +00:00
parent 3f8cfaac42
commit fb4bbfc8cf
3 changed files with 55 additions and 15 deletions

View file

@ -35,8 +35,9 @@ init: cli
mov word [0x21*4+2], cs
mov word [curpsp], 0x1000
mov ah, 2
mov dl, 0x37
mov ah, 2
int 0x21
int 0x21
restart: