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:
authorFlameCyclone <flamecyclone@qq.com>2023-08-07 16:44:42 +0300
committerFlameCyclone <flamecyclone@qq.com>2023-08-07 16:44:42 +0300
commitfbfed98def530eaf4272c94359b4795d48441451 (patch)
tree0367a8f94c9cdaf8c6b4230a519927de1625be13
parentd5182fe45db4d34939e6510bc0de949f092bbcee (diff)
Update the readme file to add a description of the .str command
-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.