Releases: azhow/Emuander
Releases · azhow/Emuander
Neander Emulator
New Features
- Added hardware counters for the Neander Computer. (Number of memory accesses and instructions executed)
- Added debug mode for memory file execution, the debug mode let's you run the program, create breakpoints, print memory positions, etc.
Misc
- Bug fixes.
- Updated ReadMe file.
Neander Computer Emulator
Features:
- Added Unit Tests for the EmuanderCore library.
- Now using GitHub Actions to run tests every push.
Bug Fixes
- Fixed NOP, JMP, and other instructions execution where it would not update the condition registers after execution.
- Fixed NOT instructions which was incrementing 2 to the PC register.
Misc
- Changed the architecture, the Computer itself is in a static library called EmuanderCore and the main with IOHelper is in the application.
Neander Emulator
New features:
- Windows support;
- Error handling after Neander program execution;
- Bug fixes;
Neander Emulator
Features:
- Currently working with CLI;
- Linux support;