Skip to content

Releases: azhow/Emuander

Neander Emulator

11 Jan 08:10
Compare
Choose a tag to compare

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

10 Jan 04:13
71a5a3e
Compare
Choose a tag to compare

Features:

  1. Added Unit Tests for the EmuanderCore library.
  2. Now using GitHub Actions to run tests every push.

Bug Fixes

  1. Fixed NOP, JMP, and other instructions execution where it would not update the condition registers after execution.
  2. 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

06 Jan 12:43
b42223d
Compare
Choose a tag to compare

New features:

  1. Windows support;
  2. Error handling after Neander program execution;
  3. Bug fixes;

Neander Emulator

05 Jan 23:44
Compare
Choose a tag to compare

Features:

  • Currently working with CLI;
  • Linux support;