Fix initial DTA

This commit is contained in:
lpproj 2016-02-06 13:32:36 +09:00
parent c9300387e7
commit e024f72a4c

View File

@ -313,8 +313,8 @@ ALLOCMEM:
global SET_DTA
SET_DTA:
pop ax ; ret address
pop bx ; seg(dta)
pop dx ; off(dta)
pop bx ; seg(dta)
push ax ; ret address
mov ah, 1ah
push ds