@BALLOC | Allocates a new binary buffer. |
@BFILL | Fills a binary buffer with a repeating value. |
@BFREE | Releases a binary buffer. |
@BFREEALL | Releases all currently allocated binary buffers. |
@BLOAD | Loads data from a file into a binary buffer. |
@BMEMCMP | Compares two series of bytes in binary buffers. |
@BMEMCPY | Copies a series of bytes in binary buffers. |
@BMODVAL | Modifies a value in a binary buffer. |
@BPEEKX | Like @BPEEK, but supports oddball word sizes and big-endian data. |
@BPOKEX | Like @BPOKE, but supports oddball word sizes and big-endian data. |
@BRANDFILL | Fills a binary buffer with random bytes. |
@BSAVE | Saves data from a binary buffer to a file. |