aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMiquel Sabaté Solà <mssola@mssola.com>2026-04-13 23:37:52 +0200
committerMiquel Sabaté Solà <mssola@mssola.com>2026-04-13 23:40:20 +0200
commitdfd3483efacd4b0b854796ad03e90a3e8bcc6e71 (patch)
tree8eb745814e4078cf31fc3418275790307b555100
parent65ea11eb0dfd29f572e83a2f3fe77d992e115b1c (diff)
downloadstyle.nes-dfd3483efacd4b0b854796ad03e90a3e8bcc6e71.tar.gz
style.nes-dfd3483efacd4b0b854796ad03e90a3e8bcc6e71.zip
Add note on nasm's address sanitizer
Signed-off-by: Miquel Sabaté Solà <mssola@mssola.com>
-rw-r--r--README.md7
1 files changed, 3 insertions, 4 deletions
diff --git a/README.md b/README.md
index 33ebf85..97c9779 100644
--- a/README.md
+++ b/README.md
@@ -236,10 +236,9 @@ But it also has its drawbacks:
the ROM file, not for "variables" in memory.
All of that being said, the first benefit that we pointed out is not to be
-overlooked, but it can arguably be achieved via tooling as well. On that note
-I'm working on an "address sanitizer" in
-[mssola/tools.nes](https://github.com/mssola/tools.nes) which could take care of
-listing which slots are available or which slots have already been taken.
+overlooked, but it can arguably be achieved via tooling as well. That's what I'm
+doing with the "address sanitizer" in
+[mssola/tools.nes](https://github.com/mssola/tools.nes).
# Naming conventions