From 82e506390d12a3ce30604e42af8cbccc448ad861 Mon Sep 17 00:00:00 2001 From: "Juan J. Martinez" Date: Sun, 21 May 2023 22:44:06 +0100 Subject: Add .str directive --- README.md | 3 +++ 1 file changed, 3 insertions(+) (limited to 'README.md') diff --git a/README.md b/README.md index f555daf..f17875a 100644 --- a/README.md +++ b/README.md @@ -294,6 +294,9 @@ and `>`for the high byte. **.dw imm [, imm]** Literal word (16-bit value). +**.str "string"** +Include the string as literal bytes. Use `\"` to escape a quote and `\\` to escape de backslash. The string is not zero ended, use `.db` to add a zero if needed. + **.ds count, imm** Generates `count` bytes with value `imm`. -- cgit v1.2.3