From f9c67f09e46b26ce584393aa6b915a42490d02f6 Mon Sep 17 00:00:00 2001 From: Miquel Sabaté Solà Date: Mon, 24 Feb 2025 21:44:07 +0100 Subject: Prefer memory-explicit rather than aware MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This is more precise to what's actually meant. Signed-off-by: Miquel Sabaté Solà --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 414a554..d137ec9 100644 --- a/README.md +++ b/README.md @@ -270,7 +270,7 @@ data: .byte $00 ``` -## Use memory-aware prefixes for variables +## Use memory-explicit prefixes for variables Just to reiterate over what was said on [Allocation conventions](#allocation-conventions): be very mindful on where data is placed. -- cgit v1.2.3