All notable changes to the "LEGv8 Assembly" extension will be documented in this file.
- Added an icon of a leg for the extension.
- Removed REPL command from startup.
- Adjusted dependencies.
- Fixed the bug that would crash the program when trying to debug or run the simulation.
- Disabled the Language Server Protocol, again.
- Removed uneccessary configuration settings.
- Added configuration setting for simulation memory size.
- Debugger support.
- Step, step in, step out.
- Continue.
- Breakpoints.
- Edit and view registers or memory during runtime.
- Reverse debugging is not supported. Clicking those will act as normal debugging.
- Stack overflow detection.
- Fixed support for HALT, which currently does the same as DUMP.
- Added
PRNT reg
, wherereg
is a register to be printed. - Fixed bug with memory not being set or read correctly.
- Fixed VSCode publishing issues.
- Initial release