Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- Ralf Brown's Interrupt List (Part 1,2) - int 78 - targa.dev - send scsi command http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
INT 78 - TARGA.DEV - SEND SCSI COMMAND
        AH = 10h
        DS:SI -> command bytes
Return: AH = SCSI status byte
        CF clear if successful
            AL = SCSI message byte
        CF set on error
            AL = error code (see AH=00h)
SeeAlso: AH=11h

Format of SCSI Command:
Offset  Size    Description
 00h    BYTE    length of command
 01h    ???     command bytes

Online resources provided by: http://www.X-Hacker.org --- NG 2 HTML conversion by Dave Pearson