Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 486 Bytes

CHANGELOG.md

File metadata and controls

8 lines (6 loc) · 486 Bytes

1.0.0 Release

  • Debugging mode now highlights the line that is to be run rather rather than the line pointed by program counter.
  • Fix Jump instruction bug that made the whole UI stop if it exists on first line
  • Assembled Tab will automatically show assembled code once program is loaded. No need to manually press assemble code button which has also fixed alot of bugs related to assemble mode.
  • Add command SHLD
  • Run mode and debug mode automatically changes to Editor Tab