| Entry | |
|---|---|
| R0 | Handle of source task |
| R1 | Pointer to source data |
| R2 | Handle of destination task |
| R3 | Pointer to destination buffer |
| R4 | Length of buffer |
| Exit | |
|---|---|
| R0 | Corrupt |
The purpose of this call is to transfer a block of data from one task to another.
This call is often used to transfer data to another task when a user has dragged data from one task to another.
The data transferred is byte-aligned.