diff options
Diffstat (limited to 'src/debug.h')
-rw-r--r-- | src/debug.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/debug.h b/src/debug.h index 06d4733..850b2d0 100644 --- a/src/debug.h +++ b/src/debug.h @@ -38,7 +38,7 @@ printf("\ \t....X:\t%x\tlength:\t%d\n\ \t....Y:\t%x\t...add:\t%x\n\ \tstack:\t%x\t.value:\t%x\n\ -\tflags:\t%x\n\ +\tflags:\t%x\t....PC:\t%x\n\ \n\ -", acc, idata.cycles, X, idata.length, Y, idata.add, S, idata.value, P); +", acc, idata.cycles, X, idata.length, Y, idata.add, S, idata.value, P, PC); } |