summaryrefslogtreecommitdiff
path: root/headers/debug.h
diff options
context:
space:
mode:
authoralekseiplusplus <alekseijeaves@protonmail.com>2023-05-01 11:00:25 +1000
committeralekseiplusplus <alekseijeaves@protonmail.com>2023-05-01 11:00:25 +1000
commit8f09f4249cec8ccc187b3f9ee5094fb3080900a9 (patch)
treefef74c955ebba3c7815e2981857a07c95b1a97c9 /headers/debug.h
parent138bb8eeb4b67ab17a6d77e7afa9cd265759da0d (diff)
memory access thru function; will be vital later.
Diffstat (limited to 'headers/debug.h')
-rw-r--r--headers/debug.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/headers/debug.h b/headers/debug.h
index cb9cc85..06d4733 100644
--- a/headers/debug.h
+++ b/headers/debug.h
@@ -39,5 +39,6 @@ printf("\
\t....Y:\t%x\t...add:\t%x\n\
\tstack:\t%x\t.value:\t%x\n\
\tflags:\t%x\n\
+\n\
", acc, idata.cycles, X, idata.length, Y, idata.add, S, idata.value, P);
}