Originally posted by Sufone at 2008-3-1 11:12 AM:
只要DOS能运行,那就肯定可以
能运行也未必可以,名字相同,但功能未必相同。
我的操作系统是Microsoft Windows XP ,在虚拟8086下的MS-DOS Version 5.00运行以下程序。
assume cs:code
code segment
start:
mov ax,1201
mov bl,36
int 10h
mov ax,0
int 16h
mov ax,1200
mov bl,36
int 10h
mov ax,4c00h
int 21h
code ends
end start
运行之后,一点反应也没有。
Last edited by DOSLER on 2008-3-5 at 05:00 PM ]