tags:

views:

162

answers:

3

Hey guys how can i open cd drive in assembly(masm 6.1)? platform is 32bit and os is windows thanx

A: 

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

Here's one.

Jon Seigel
+2  A: 

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.

Geno
A: 

thank you unknown (yahoo) (sorry i don't know your name) i find out list of interruption and the link is : http://www.ctyme.com/intr/int.htm

RealBoy_Ba