@BPEEKX — Like @BPEEK, but supports
oddball word sizes and big-endian data.
Syntax:
@BPEEKX[handle,offset,wordsize,fmt,flags]
| handle | a handle returned by @BALLOC |
| offset | the starting offset, in bytes, from the start of the buffer |
| wordssize | the size of the value to return: 1 a byte, 2 a word, 4 a doubleword, 8 a 64-bit integer |
| fmt | the format in which to return the value |
| flags | bitmapped: |
1: big-endian |
The optional fmt parameter specifies the format for the returned value:
0 | unsigned decimal (the default) |
1 | signed decimal |
2 | hexadecimal with a leading 0x |
3 | hexadecimal without any prefix |
4 | octal |
See also: @BPOKEX.