Skip to content

Neander Computer Emulator

Compare
Choose a tag to compare
@azhow azhow released this 10 Jan 04:13
· 13 commits to master since this release
71a5a3e

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.