开发者

opening cd drive in assembly

开发者 https://www.devze.com 2022-12-13 20:00 出处:网络
how can i open c开发者_开发问答d drive in assembly(masm 6.1)? platform is 32bit and os is windows

how can i open c开发者_开发问答d drive in assembly(masm 6.1)? platform is 32bit and os is windows thanx


If what you want is the x86 interrupt, then it's an INT 13 call using the AH=46h method.

Reminds me of my old days hacking my 8088 with Peter Norton's book by my side.


Try a web search for open-source CD burning software.

Here's one.

0

精彩评论

暂无评论...
验证码 换一张
取 消