aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMiquel Sabaté Solà <mikisabate@gmail.com>2025-02-24 21:44:07 +0100
committerMiquel Sabaté Solà <mikisabate@gmail.com>2025-02-24 21:45:57 +0100
commitf9c67f09e46b26ce584393aa6b915a42490d02f6 (patch)
tree28d27840361fcf3c999bb676967f15cc4d98d6fd
parent353f0cf12f3aec3c411cf643d567a96a01ad756d (diff)
downloadstyle.nes-f9c67f09e46b26ce584393aa6b915a42490d02f6.tar.gz
style.nes-f9c67f09e46b26ce584393aa6b915a42490d02f6.zip
Prefer memory-explicit rather than aware
This is more precise to what's actually meant. Signed-off-by: Miquel Sabaté Solà <mikisabate@gmail.com>
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
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.