Search results
How to set a simple tcl breakpoint-condition in openmsx?
Score: 174.32 %,
Type: Forum topic , Comments: 3 comments
I have a suspect routine in mem between 0x280 and 0x307. I'd like to get breakpoint in this routine if it reads in the area 0xDC08-0xFFFF.
tcl seems so easy, but I always seem to struggle to do ... read_mem {0xDC08 0xFFFF} {([reg pc]>0x0280) && ([reg pc]<0x0307)}
Bengalack wrote:
What ...
