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.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/README.md b/README.md
index 1b003ea..58e0ac6 100644
--- a/README.md
+++ b/README.md
@@ -275,7 +275,9 @@ Other 'special' parameters can be used, here's a list of all the possible parame
represent the page index.
DB - Store one or more data bytes at the current location.
-
+
+ STR - Stores a string, the first byte is the length of the string.
+
DW - Store data words.
BYTE - Same as DB.