From 676046a8e532fb8cb62d558dac6fba07232d1f70 Mon Sep 17 00:00:00 2001 From: "Juan J. Martinez" Date: Mon, 8 May 2023 12:12:50 +0100 Subject: Clarify that .equ assings an immediate to a label --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'README.md') diff --git a/README.md b/README.md index dd69390..4f70bf0 100644 --- a/README.md +++ b/README.md @@ -285,7 +285,7 @@ and `>`for the high byte. Literal word (16-bit value). .equ label imm -Define a label assigning an arbitrary immediate. +Define a label assigning an arbitrary immediate. Because it is a label, the value will be 16-bit unless `<` or `>` are used. .include "filename" Assemble the file at current position. -- cgit v1.2.3