From 00f66fd0d5de41b4c2fdaa7ec2ddf42d041e6af4 Mon Sep 17 00:00:00 2001 From: "Juan J. Martinez" Date: Tue, 9 May 2023 12:14:54 +0100 Subject: Implelent proper defines As oppossed to labels to arbitraty addresses. This also prepares the way to support calculated values. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index f8eb7e5..79d4049 100644 --- a/README.md +++ b/README.md @@ -287,8 +287,8 @@ and `>`for the high byte. .dw imm [, imm] Literal word (16-bit value). -.equ label imm -Define a label assigning an arbitrary immediate. Because it is a label, the value will be 16-bit unless `<` or `>` are used. +.equ id value +Define an ID assigning a constant value. When the id is used, it will be replaced with its value. .include "filename" Assemble the file at current position. -- cgit v1.2.3