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>2021-05-26 02:45:05 +0300
committerGitHub <noreply@github.com>2021-05-26 02:45:05 +0300
commitf3897034c9cbe61e2dae501008286328bdd8bcb6 (patch)
tree00efb72da0e3b6dfe720d960bc3321e8de5108a3
parentad61b982f06e4b88436a22fb3674d4c328ec4d3f (diff)
Update README.md
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 6346b53..4832a69 100644
--- a/README.md
+++ b/README.md
@@ -49,7 +49,7 @@ Here's a description of the different options:
-D <name>=<value> Assign a value to a symbol.
Example: -D delay=10
It will be equal to: delay .equ 10
- at the begining of your code, also you can use '$' and '%'
+ at the beginning of your code, also you can use '$' and '%'
prefixes for hexademical and binary values.
-f [prefix] Enable generation of symbol files for FCEUX debugger,