diff options
| author | Miquel Sabaté Solà <mssola@mssola.com> | 2026-04-13 23:37:52 +0200 |
|---|---|---|
| committer | Miquel Sabaté Solà <mssola@mssola.com> | 2026-04-13 23:40:20 +0200 |
| commit | dfd3483efacd4b0b854796ad03e90a3e8bcc6e71 (patch) | |
| tree | 8eb745814e4078cf31fc3418275790307b555100 | |
| parent | 65ea11eb0dfd29f572e83a2f3fe77d992e115b1c (diff) | |
| download | style.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.md | 7 |
1 files changed, 3 insertions, 4 deletions
@@ -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 |
