Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/ClusterM/nesasm.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexey 'Cluster' Avdyukhin <clusterrr@clusterrr.com>2018-08-20 01:47:21 +0300
committerAlexey 'Cluster' Avdyukhin <clusterrr@clusterrr.com>2018-08-20 01:47:21 +0300
commit98170647cf06eacf046d992306d777843cdaa459 (patch)
tree1c1feec736f0f0e23f9f7ed3a4228b4f6c3047bc /README.md
parente9f58be189a800be40682f46f981afa854833c10 (diff)
Documentation update
Diffstat (limited to 'README.md')
-rw-r--r--README.md9
1 files changed, 5 insertions, 4 deletions
diff --git a/README.md b/README.md
index 8fd5a04..346eaa1 100644
--- a/README.md
+++ b/README.md
@@ -14,16 +14,17 @@ Just another modification of nesasm. Based on modification by Tim Hentenaar whic
Usage: nesasm [OPTION...] <source.asm>
- -f, --symbols[=PREFIX] Create FCEUX symbol files
+ -f, --symbols[=<prefix>] Create FCEUX symbol files
+ -F, --symbols-offset=<offset> Bank offset for FCEUX symbol files
-l, --listing-level=# Listing file output level (0-3)
-L, --listing-file=<file.lst> Name of the listing file
-m, --macro-expansion Force macro expansion in listing
-o, --output=<file.nes> Name of the output file
-r, --raw Prevent adding a ROM header
-s, --segment-usage Show (more) segment usage
- -?, --help Give this help list
- --usage Give a short usage message
- -V, --version Print program version
+ -?, --help give this help list
+ --usage give a short usage message
+ -V, --version print program version
The assembler accepts only one input file 'infile' that will be assembled into ROM file (.NES extension) directly useable by an emulator.