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:46:47 +0300
committerGitHub <noreply@github.com>2021-05-26 02:46:47 +0300
commit4349ace077936f12a4c8c30bd412d65f83d8f140 (patch)
tree436dcef1cb06d08ebcc006d9e36330e5a775d077
parentf3897034c9cbe61e2dae501008286328bdd8bcb6 (diff)
Update README.mdv3.5
-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.