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:
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 4832a69..e310536 100644
--- a/README.md
+++ b/README.md
@@ -50,7 +50,7 @@ Here's a description of the different options:
Example: -D delay=10
It will be equal to: delay .equ 10
at the beginning of your code, also you can use '$' and '%'
- prefixes for hexademical and binary values.
+ prefixes for hexadecimal and binary values.
-f [prefix] Enable generation of symbol files for FCEUX debugger,
optionally you can specify filenames prefix.