Skip to content

v0.2.0

Choose a tag to compare

@github-actions github-actions released this 16 Jun 12:07
· 101 commits to main since this release
+ Added RIP-relative addressing support
+ Added REPL mode to the CLI
+ Added binary number support

- Removed old bug in CLI

Added

  • Added support for RIP-relative addressing! Now you can write:

    lea rsi, [rip + msg]
    mov rax, [rip + val]
    
  • Added a REPL mode to the CLI.

  • Added support for binary literals (0b...) in the lexer.


Fixed

  • Bug with the rasm check command in the CLI.

Happy coding!