RealBoy_Ba
RealBoy_Ba

Reputation: 65

opening cd drive in assembly

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

Upvotes: 1

Views: 700

Answers (2)

Geno
Geno

Reputation: 46

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.

Upvotes: 2

Jon Seigel
Jon Seigel

Reputation: 12401

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

Here's one.

Upvotes: 0

Related Questions