From a68295151788760d694ef136b00c773973aba772 Mon Sep 17 00:00:00 2001 From: "Juan J. Martinez" Date: Fri, 12 May 2023 22:06:18 +0100 Subject: Add .ds directive --- README.md | 3 +++ 1 file changed, 3 insertions(+) (limited to 'README.md') diff --git a/README.md b/README.md index 9c0f625..b00e1a9 100644 --- a/README.md +++ b/README.md @@ -294,6 +294,9 @@ and `>`for the high byte. .dw imm [, imm] Literal word (16-bit value). +.ds count, imm +Generates `count` bytes with value `imm`. + .equ id value Define an ID assigning a constant value. When the id is used, it will be replaced with its value. -- cgit v1.2.3