Re: Open the CD-ROM
- From: Cephexin <cephexin@xxxxxxxxx>
- Date: Wed, 31 Oct 2007 19:50:25 -0000
On Oct 28, 2:25 am, "almas" <al...@xxxxxxxxxxxx> wrote:
Hi every body
I want to open the door of CD-Rom.
I can do mov ah,15H int 2Fh
it return letter of CD in CX register
I have a file, using ax)150Bh and 1510H
Making an add ... so CX have value 0 to 25 Decimal
And, of course, it find the CD-ROM
My aim : the have a very short file...
I cut the original file.... but it do not works.
The original file do not use AX=1500h, a counter find the CD
my solution, find directly the CD... but do not open the door :-)
If somebody have a small file ( less 300 bytes ) I do appreciate.
Note a file under 1 Kb, a also appreciate.
Regards
Almas
Hello,
An alternative solution is to use MCI (Media Control Interface)
functions in your ASM code...
.
- References:
- Open the CD-ROM
- From: almas
- Open the CD-ROM
- Prev by Date: Re: float exponent
- Next by Date: Re: Real Mode,16 bit Programming (Intel x86) on Windows XP?
- Previous by thread: Re: Open the CD-ROM
- Next by thread: 64 bit
- Index(es):
Relevant Pages
|