diff options
| author | Miquel Sabaté Solà <mikisabate@gmail.com> | 2025-02-24 21:44:07 +0100 |
|---|---|---|
| committer | Miquel Sabaté Solà <mikisabate@gmail.com> | 2025-02-24 21:45:57 +0100 |
| commit | f9c67f09e46b26ce584393aa6b915a42490d02f6 (patch) | |
| tree | 28d27840361fcf3c999bb676967f15cc4d98d6fd /README.md | |
| parent | 353f0cf12f3aec3c411cf643d567a96a01ad756d (diff) | |
| download | style.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>
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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. |
