opening cd drive in assembly
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.
精彩评论