@BPOKEX — Like @BPOKE, but supports
oddball word sizes and big-endian data.
Syntax:
@BPOKEX[handle,offset,wordsize,value,flags]
| handle | a handle returned by @BALLOC |
| offset | the starting offset, in bytes, from the start of the buffer |
| wordsize | the size of the value to store: 1 a byte, 2 a word, 4 a doubleword, 8 a 64-bit integer |
| value | the value to store |
| flags | bitmapped: |
1: big-endian |
If the value begins with either a +
or - sign, the value is treated as a
signed value; otherwise it’s unsigned. Either way, the value
must fall within the range specified by the
wordsize parameter.
Returns 0 for success.
See also: @BPEEKX.