Skip to content

v1.0.1

Choose a tag to compare

@Clownacy Clownacy released this 28 Jul 20:56
· 43 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.

Added features

  • 'FILESIZE' function.
  • Alternate opcodes from axm68k.

Fixes

  • 'MACROS' not being able to create dangling if-statements.
  • 'STRCMP' being treated as 'STRLEN'.
  • '_' potentially containing trailing garbage data.
  • 'SUBSTR' not allowing its end to be before its start.
  • 'EQUS' not being able to use a string constant as its input.