Important: The information in this document is obsolete and should not be used for new development.
Stash
You can use theStash
routine to store the next character from the data buffer.DESCRIPTION
TheStash
routine places the character in register D0 into the data buffer pointed to by theioBuffer
field of the parameter block of the pending request and increments theioActCount
field by 1. If theioActCount
field equals theioReqCount
field, this routine sets bit 15 of register D0. After stashing the last byte requested, the driver should jump to theIODone
routine.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