Skip to content

v0.3.1

Latest
Compare
Choose a tag to compare
@Clownacy Clownacy released this 08 Mar 10:56

Note

clownassembler_asm68k.exe is the one that mimics asm68k's interface; clownassembler.exe has a custom, simpler interface that is incompatible.

Added Features

  • C++ wrapper, for easily integrating this assembler into other projects.

Fixes

  • RS labels being able to be used before they were defined (#13).
  • Directives beginning with '.' causing a crash (#16).
  • Nested REPT directives conflicting with each other (#17).