ENDBUF

End buffer.

ENDBUF

Remarks

The ENDBUF directive is used to signify the end of a buffer block. The runtime location counter remains just beyond the end of the buffer when the ENDBUF directive is encountered.

A label is not allowed with this directive.

Example

BUF BUFFER R,64 ; reverse-carry buffer

ENDBUF

See also

BUFFER