diff options
| author | Miquel Sabaté Solà <mikisabate@gmail.com> | 2025-09-03 19:08:05 +0200 |
|---|---|---|
| committer | Miquel Sabaté Solà <mikisabate@gmail.com> | 2025-09-03 20:45:54 +0200 |
| commit | 9dcbf460ff692c049e4d327afcbdbc39ba4e8c65 (patch) | |
| tree | 1d96e2bccc566a3092768da691e7ca47881880de /tests/variable_names.s | |
| parent | a3989fb9c5424f2f93c67669102ee8cb61303c24 (diff) | |
| download | tools.nes-9dcbf460ff692c049e4d327afcbdbc39ba4e8c65.tar.gz tools.nes-9dcbf460ff692c049e4d327afcbdbc39ba4e8c65.zip | |
Validate that memory access is done via variables
The address sanitizer is now able to detect whenever in an instruction a
memory access is done without using variables. This is now detected for
all instructions except for branching, which falls outside of this
scope.
Moreover, simple arithmetics is allowed and bounds are checked for
simple cases. That being said, more involved bound checks should be done
with other tools (e.g. emulators).
Signed-off-by: Miquel Sabaté Solà <mikisabate@gmail.com>
Diffstat (limited to 'tests/variable_names.s')
0 files changed, 0 insertions, 0 deletions
