Search found 3 matches

by BlueScreen
Mon Aug 28, 2006 8:44 am
Forum: CCS64 Enhancements
Topic: Setting breakpoints on address ranges
Replies: 1
Views: 8329

Setting breakpoints on address ranges

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 ...
by BlueScreen
Sun Aug 13, 2006 5:24 pm
Forum: CCS64 Bugs
Topic: Alt-tabbing out of the machine code monitor
Replies: 6
Views: 15058

Alt-tabbing out of the machine code monitor

I'm running CCS 3.0 under Windows 98 SE.
There's a bug in the machine code monitor that can be reproduced like this:

1) Start CCS64 and press Alt-M to enter the MCM.
2) Alt-Tab to another application.
If you click on the application in the task bar, the bug doesn't occur.
3) Return to CCS64, either ...
by BlueScreen
Tue Aug 08, 2006 11:47 am
Forum: CCS64 Bugs
Topic: Save command writes 1 byte too much (bug or feature?)
Replies: 9
Views: 16556

Save command writes 1 byte too much (bug or feature?)

Suppose I use the save command in the monitor like this:
s "filename.bin" 2000 2200

It saves 0x200 bytes, not 0x201.