PersonalCorpus 版 (精华区)
发信人: Sun (大灯泡), 信区: VisualProgram
标 题: Re: VC中如何加入汇编程序段?
发信站: 紫 丁 香 (Sun Apr 9 14:33:09 2000), 转信
like this:
__asm
{
mov al, 2
mov dx, 0xD007
out al, dx
}
or this:
__asm mov al, 2
__asm mov dx, 0xD007
__asm out al, dx
【 在 susy (像雾像雨又像风) 的大作中提到: 】
: as title
: //bow
--
太阳就是个大灯泡。(自创)
先天下之光而光,后天下之脱而脱。(摘抄)
※ 来源:.紫 丁 香 bbs.hit.edu.cn.[FROM: 202.118.239.237]
Powered by KBS BBS 2.0 (http://dev.kcn.cn)
页面执行时间:3.021毫秒