Posted By
 Csabo on 2013-02-15 07:57:16
| Re: Yape breakpoints system
R = read, X = execute, W = write. Each only triggers when the specific operation happens. So, for example, setting X on $FF19 is surely pointless, no code ever runs there. You could do Read or Write, then the code will stop if somethings reads that address or writes to it.
Watchdog = not right now. But it would be... as the kids say... "cool"  |