Next: Mapping, Previous: Assembler, Up: The Poke Language [Contents][Index]
Byte endianness is an important aspect of encoding data. As a good binary editor poke provides support for both little and big endian, and will soon acquire the ability to encode exotic endianness like PDP endian. Endianness control is integrated in the Poke language, and is designed to be easily used in type descriptions.
• set endian | dot-command to get and set the endianness. | |
• Endian in Fields | setting the endianness of struct fields. | |
• Endian built-ins | changing endianness programmatically. |