This trap frees previously allocated space in a user heap.
Call Parameters | Return Parameters | ||
---|---|---|---|
D0.B | $0D | D0.L | Corrupted? |
D1.L | Size of area to be linked (back) in to the user heap. | D1.L | Corrupted. |
D2.L | Unused. | D2.L | Corrupted. |
D3.L | Unused. | D3.L | Corrupted. |
A0.L | Address of the area of heap/memory to link (back) in to the user heap (Relative A6). | A0.L | Corrupted. |
A1.L | Pointer to pointer to free space (Relative A6) or zero. | A1.L | Corrupted. |
A2.L | Unused. | A2.L | Corrupted. |
No errors are returned by this trap.
This example show the use of this, and other, heap manipulation traps.