Entry | |
---|---|
R0 | Buffer handle |
Exit | |
---|---|
- | - |
This call removes the buffer specified by the handle given in R0. It releases the workspace in the RMA reserved for this buffer. You should use this to remove buffers created with Buffer_Create. For buffers made using Buffer_Register you should use Buffer_Deregister instead.
Any data in the buffer will be purged, and an access via InsV, RemV and CnpV will be ignored.