Skip to content

v1.1.1

Choose a tag to compare

@Clownacy Clownacy released this 14 Aug 23:29
· 12 commits to master since this release

Note

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

Can assemble...

Added features

  • PURGE.
    • Undefines a macro.
  • Alternate operand syntax.
    • (Label,pc,d0.w)
    • (4,a0,d0.w)

Fixes

  • Macros not being redefinable.