aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMiquel Sabaté Solà <mssola@mssola.com>2026-03-13 22:01:37 +0100
committerMiquel Sabaté Solà <mssola@mssola.com>2026-03-13 22:01:37 +0100
commit3501f8fdee3a6d43f5e837e5499e759053c0fda9 (patch)
treeb1e49bcbc08a00a42a78a29e7c51da5fe4abfd01
parent1f08c33d35799c2ed64205601412c30618ad4584 (diff)
downloadjetpac.nes-3501f8fdee3a6d43f5e837e5499e759053c0fda9.tar.gz
jetpac.nes-3501f8fdee3a6d43f5e837e5499e759053c0fda9.zip
debug: Add another value for debugging purposes
Signed-off-by: Miquel Sabaté Solà <mssola@mssola.com>
-rw-r--r--include/debug.s3
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