News:

MASM32 SDK Description, downloads and other helpful links
MASM32.com New Forum Link
masmforum WebSite

Reading a CDROM sector

Started by jose, August 11, 2006, 07:20:37 PM

Previous topic - Next topic

jose

How can I  read a CDROM sector by sector through MASM code 

Siekmanski

Hello Jose

This is a short example how to read a sector from a cdrom under Windows.
It uses SPTI.

have fun.

[attachment deleted by admin]

jose

Thank you Mr.Siekmanski .How is it possible with ASPI

Siekmanski

Hello Jose

When I'll have the time I'll make an example with ASPI.

Siekmanski

Communicating with SCSI and ATAPI CD/DVD devices via ASPI

This little proggy just reads one sector from a CDROM ( the first cdrom found )

Nothing fancy just a minimum example.

Works on Windows  95/98 SE and Windows ME
For Windows 2000, Windows XP, Windows Server 2003, we need an Aspidriver

Look at:

http://www.nero.com/nero6/eng/ASPI_Driver.html

Or just download the latest NeroAspi Driver (for Windows NT/2000/XP):

ftp://ftp6.nero.com/wnaspi32.dll

Have fun with it, greetings Siekmanski



[attachment deleted by admin]