v0.2.0
+ Added RIP-relative addressing support
+ Added REPL mode to the CLI
+ Added binary number support
- Removed old bug in CLIAdded
-
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 checkcommand in the CLI.
Happy coding!