Skip to content

asm6f v1.6 (freem modifications v01)

Choose a tag to compare

@freem freem released this 24 Jun 19:43

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.)