Skip to content

Version History

Bob Baker edited this page May 6, 2020 · 25 revisions

SAP1Emu Project Releases

This briefly summarized the changes made in each release.
For more info, check out the Release and its related Pull Requests.

  • Large Codebase Refactor
  • Added JIC (Jump-If_Carry) Instruction Support
  • Optimized Engine
  • Added Infinite Loop Detection to Engine
  • Updated Frame Output to print all 8-bits of IReg instead of the just the upper nibble
  • Added support for the JEQ instruction
  • Started consistent naming for Releases
  • Added support for STA and JMP instructions
  • Added Debug mode, allows single-stepping through TStates
  • Added -d Flag to Engine CLI to enable Debug mode
  • Added Debug Frames to Engine
  • Updated Engine CLI to include -f and -F flags to toggle Frame output
  • First release of the Engine CLI
  • Supports Malvino's Instruction Set
    • LDA
    • ADD
    • SUB
    • OUT
    • HLT
Clone this wiki locally