Legacy Documentclose button

Important: The information in this document is obsolete and should not be used for new development.

Previous Book Contents Book Index Next

Inside Macintosh: Devices /
Chapter 3 - SCSI Manager / SCSI Manager Reference
SCSI Manager TIB Instructions /


scInc

You can use the scInc TIB instruction to transfer data and increment the buffer pointer.

-->scParam1PtrA pointer to a data buffer.
-->scParam2LongIntThe number of bytes to be transferred.

DESCRIPTION
The scInc instruction moves data to or from the buffer pointed to by scParam1. You specify the number of bytes to be transferred in scParam2. The buffer pointer in scParam1 is incremented by the number of bytes transferred (for use by a subsequent iteration of this instruction).


Previous Book Contents Book Index Next

© Apple Computer, Inc.
3 JUL 1996