Zenroom icon indicating copy to clipboard operation
Zenroom copied to clipboard

Different array exports of octets

Open jaromil opened this issue 7 years ago • 0 comments

Add more functions similar to the octet:array()method to export the contents of octets in different array formats:

  • array of bytes (8bit)
  • array of words (16bit)
  • array of double-words (32bits)
  • array of quad-words (64bits, check support in native LUA Number type)
  • array of double-quad-words (128bits, check support in native LUA Number type)

Also include option for exporting the array as a big-endian or little-endian sequence.

jaromil avatar Aug 29 '18 06:08 jaromil