I'm not opening a new thread for this...
How can I interpret the "mustchange" for the
w command?
w <num> <address> <length> <R/W/I/F/C> [<value>[.x]] (read/write/opcode/freeze/mustchange).
I expected that with a command like this I would take a breakpoint if a part of the affected memory was modified with CPU or blitter:
w 0 56e98 200 C ALL
But nothing happen. Is not the right syntax?
What mean
opcode and
freeze?
Thanks.