Important: The information in this document is obsolete and should not be used for new development.
Fetch
You can use theFetchroutine to get the next character from the data buffer.DESCRIPTION
TheFetchroutine gets the next character from the data buffer pointed to by theioBufferfield of the parameter block of the pending request. It increments theioActCountfield by 1. If theioActCountfield equals theioReqCountfield, this routine sets bit 15 of register D0. After receiving the last byte request, the driver should jump to theIODoneroutine.
Registers on entry A1 Pointer to the device control entry
Registers on exit D0 Character fetched; bit 15 = 1 if this is the last character in the buffer
Jump vector JFetch