diff options
| author | Miquel Sabaté Solà <mssola@mssola.com> | 2026-03-13 22:01:37 +0100 |
|---|---|---|
| committer | Miquel Sabaté Solà <mssola@mssola.com> | 2026-03-13 22:01:37 +0100 |
| commit | 3501f8fdee3a6d43f5e837e5499e759053c0fda9 (patch) | |
| tree | b1e49bcbc08a00a42a78a29e7c51da5fe4abfd01 /include/debug.s | |
| parent | 1f08c33d35799c2ed64205601412c30618ad4584 (diff) | |
| download | jetpac.nes-3501f8fdee3a6d43f5e837e5499e759053c0fda9.tar.gz jetpac.nes-3501f8fdee3a6d43f5e837e5499e759053c0fda9.zip | |
debug: Add another value for debugging purposes
Signed-off-by: Miquel Sabaté Solà <mssola@mssola.com>
Diffstat (limited to 'include/debug.s')
| -rw-r--r-- | include/debug.s | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/debug.s b/include/debug.s index a7dbdfa..49d2124 100644 --- a/include/debug.s +++ b/include/debug.s @@ -5,4 +5,7 @@ ;; General purpose counter. zp_counter = $91 ; asan:ignore + + ;; A value used for debugging purposes. + zp_value = $92 ; asan:ignore .endscope |
