TITLE switch screen
.586
code SEGMENT PARA PUBLIC USE16
ASSUME cs:code
;; 使用 16 位元定址方式,不用use16無法在dos底下運作,執行時會當掉
;-------------------------------------------
; code area..
;-------------------------------------------
start:
mov ax,4C00h
int 21h
code ENDS
END start
Wednesday, January 09, 2008
Subscribe to:
Posts (Atom)