Setting breakpoints on address ranges

Requests and discussion of possible enhancements of the CCS64 emulator.

Moderator: Håkan Sundell

Post Reply
BlueScreen
Posts: 3
Joined: Tue Aug 08, 2006 11:43 am

Setting breakpoints on address ranges

Post by BlueScreen »

My favorite feature in CCS64 is the machine code monitor.
It has all the features I need, but I'd like to suggest an extension to the BA command:
It would be great if you could set breakpoints on address ranges.

New command syntax:
BA <xxxx>[-<yyyy>] [RWX] [<xx>[-<yy>]]

Example of the new command:
BA D012-D412 W F7-FF

This breakpoint triggers when a value in [F7; FF] is written to an address in [D012; D411]
Stuart Toomer
Site Co-Admin
Posts: 786
Joined: Wed Aug 20, 2003 2:46 pm
Location: East Yorkshire, England

Post by Stuart Toomer »

Hakan has included this enhancement in the next official release of CCS64.
Kind regards,

Stuart Toomer.
Post Reply