From 3501f8fdee3a6d43f5e837e5499e759053c0fda9 Mon Sep 17 00:00:00 2001 From: Miquel Sabaté Solà Date: Fri, 13 Mar 2026 22:01:37 +0100 Subject: debug: Add another value for debugging purposes MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Miquel Sabaté Solà --- include/debug.s | 3 +++ 1 file changed, 3 insertions(+) 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 -- cgit v1.2.3