Entry | |
---|---|
R0 | Operation type |
R1 | Remote address, or procedure number |
R2 | Station number |
R3 | Net number |
R4 | pointer to data buffer |
R5 | Data size |
R6 | Repeat count |
R7 | Delay (in centi-seconds) |
Exit | |
---|---|
R0 | Handle |
R1 | Corrupted |
R2 | Pointer to buffer |
R3 | Station number |
R4 | Net number (or 0 if R3 on entry was the local net) |
The purpose of this call is to create a TxCB and starts an immediate operation.
The data buffer should be in RMA or some other permanently available area of memory, due to the way in which the data is read.
This SWI is re-entrant.