Important: The information in this document is obsolete and should not be used for new development.
Stash
You can use theStashroutine to store the next character from the data buffer.DESCRIPTION
TheStashroutine places the character in register D0 into the data buffer pointed to by theioBufferfield of the parameter block of the pending request and increments theioActCountfield by 1. If theioActCountfield equals theioReqCountfield, this routine sets bit 15 of register D0. After stashing the last byte requested, the driver should jump to theIODoneroutine.ASSEMBLY-LANGUAGE INFORMATION
Registers on entry A1 Pointer to DCE D0 Character to stash
Registers on exit D0 Bit 15 = 1 if this is the last character in the buffer
Jump vector JStash