The MASM Forum Archive 2004 to 2012

General Forums => The Workshop => Topic started by: jose on August 11, 2006, 07:20:37 PM

Title: Reading a CDROM sector
Post by: jose on August 11, 2006, 07:20:37 PM
How can I  read a CDROM sector by sector through MASM code 
Title: Re: Reading a CDROM sector
Post by: Siekmanski on August 11, 2006, 09:36:30 PM
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]
Title: Re: Reading a CDROM sector
Post by: jose on August 12, 2006, 01:55:43 AM
Thank you Mr.Siekmanski .How is it possible with ASPI
Title: Re: Reading a CDROM sector
Post by: Siekmanski on August 12, 2006, 07:56:12 AM
Hello Jose

When I'll have the time I'll make an example with ASPI.
Title: Re: Reading a CDROM sector
Post by: Siekmanski on August 12, 2006, 05:11:09 PM
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]