Skip to content

v1.0.7

Choose a tag to compare

@github-actions github-actions released this 29 Jan 11:58
· 155 commits to main since this release
2b71e97
  • Add built-in macros for converting a string to bytes and push it to the stack.
    • __BYTES("hello") -> PUSH5 0x68656c6c6f
    • This can also be used here: __RIGHTPAD(__BYTES("hello")).