Skip to content

Commit

Permalink
update readme with new features
Browse files Browse the repository at this point in the history
  • Loading branch information
freem committed Jan 24, 2018
1 parent 4dc0024 commit 762c948
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions readme.txt
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
--------------------------------------------------------------
ASM6f (v1.6)
A 6502 assembler by loopy (loopy at mm.st)
With modifications by freem
With modifications by freem, nicklausw, and Sour
--------------------------------------------------------------

Yes, it's another fork of ASM6.
ASM6f is a fork of ASM6, primarily targeted at NES/Famicom development.

--------------------------------------------------------------
Features compared to stock ASM6
Expand All @@ -16,6 +16,8 @@ Features compared to stock ASM6
* New directives "IGNORENL" and "ENDINL".
These two are used for ignoring certain defines when using the -n option.
* Support for iNES original and 2.0 header insertion.
* Output of .cdl files, for use with FCEUX/Mesen.
* Output of Mesen-compatible symbol files.

--------------------------------------------------------------
Command line
Expand All @@ -34,6 +36,8 @@ Options:
-q Quiet mode (suppress all output unless there's an error)
-n export FCEUX-compatible .nl files
-f export Lua symbol file
-c export .cdl for use with FCEUX/Mesen
-m export Mesen-compatible label file (.mlb)
Default output is <sourcefile>.bin
Default listing is <sourcefile>.lst

Expand Down

0 comments on commit 762c948

Please sign in to comment.