From dfd3483efacd4b0b854796ad03e90a3e8bcc6e71 Mon Sep 17 00:00:00 2001 From: Miquel Sabaté Solà Date: Mon, 13 Apr 2026 23:37:52 +0200 Subject: Add note on nasm's address sanitizer MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Miquel Sabaté Solà --- README.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'README.md') 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 -- cgit v1.2.3