Skip to content

Release 2.4.2

Compare
Choose a tag to compare
@informedcitizenry informedcitizenry released this 25 Nov 13:20
· 118 commits to master since this release

Features

  • Added new .foreach directive for list and string enumeration
  • Syntax highlighting support for VS Code and Notepad++

Changes

  • Verbose disassembly listing format
  • Refactored/simplified ErrorLog class

Fixes

  • Some assembly errors reported the incorrect line number
  • Assigning and assembling string variables
  • Unknown instruction will only error once
  • Statements split by colons will share same line number in error/warning outputs.
  • Fixed a bug in pseudo branch assembly
  • Fixed the 65816 mvn and mvp instructions
  • .else directive will no longer allow expressions
  • Setting logical PC directly will set the started flag.