Reputation: 65
how can i open cd drive in assembly(masm 6.1)? platform is 32bit and os is windows thanx
Upvotes: 1
Views: 700
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