Asm6f Versions Save

A fork of loopy's ASM6, a 6502 assembler.

v1.6_freem02

6 years ago

First release in a couple of years... this will be the last version marked "freem modifications", as people other than freem have contributed to the development. I just haven't had the time to make a proper release at the moment, so this will have to do.

Notable changes:

  • Undocumented opcode support now hides behind UNSTABLE and HUNSTABLE directives. [nicklausw]
  • Various INES header directives added. [nicklausw]
  • Support for outputting FCEUX .cdl files and Mesen .mlb files. [Sour]
  • Fixed ".nl generation omits last symbol" (issue #11) [freem]

v1.6_freem01

8 years ago

First (Windows) binary release of asm6f (32 and 64-bit versions included). Only the normal version is included; for unstable undocumented/illegal opcodes, you'll need to compile the source code yourself. (Apologies.)

In this version:

  • Support for some illegal/undocumented opcodes. (Note: Support for unstable opcodes requires compile flags.)
  • Code from sonder's fork of ASM6 to allow output of FCEUX-compatible .nl files. (Use the -n option to export the .nl files)
  • New directives "IGNORENL" and "ENDINL". These two are used for ignoring certain defines when using the -n option. (Useful for bit masks and local defines that aren't addresses.)