-
Is there a way to add the address and data of reads and writes to the tracelog? I have read through the documentation but haven't found a way to do this. Here is an example with a 68K CPU: |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
That would definitely be useful, but it'd be a big project to update all of the disassemblers. |
Beta Was this translation helpful? Give feedback.
-
Can’t you just use a watchpoint to add memory accesses to the trace log? For example on a Z80, this would log writes to the trace log:
|
Beta Was this translation helpful? Give feedback.
Can’t you just use a watchpoint to add memory accesses to the trace log? For example on a Z80, this would log writes to the trace log: