From 8f09f4249cec8ccc187b3f9ee5094fb3080900a9 Mon Sep 17 00:00:00 2001 From: alekseiplusplus Date: Mon, 1 May 2023 11:00:25 +1000 Subject: memory access thru function; will be vital later. --- headers/debug.h | 1 + 1 file changed, 1 insertion(+) (limited to 'headers/debug.h') 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); } -- cgit v1.2.3