| |
Oswald
Registered: Apr 2002 Posts: 5086 |
ICU64
http://www.youtube.com/watch?v=tjcvR5McmSg&feature=player_embed..
wow o_O |
|
... 10 posts hidden. Click here to view all posts.... |
| |
enthusi
Registered: May 2004 Posts: 677 |
always wanted to code a cheap ass version of this too.
Just to see which RAM areas remain untouched.
In vice you can only watch ranges and do that alot, hehe...
So anyone here please feel challenged to add SOMEthing like that to vice.
|
| |
yago
Registered: May 2002 Posts: 333 |
enthusi: i even implemented such a tool, "k2profiler", which shows (beside timing) which memory-areas are used, nice for fiddling with sids which accees too much zeropage.
I even implemented a simple "corewar" mode, where one can see memory accesses, but only in console-mode, and without colors.
This ICU64 Thing is excellent, and I wouldnt mind have it only in Frodo, not in Vice
|
| |
enthusi
Registered: May 2004 Posts: 677 |
yago, also for running binaries? Not just self-assembled source? Woooot then! |
| |
tlr
Registered: Sep 2003 Posts: 1787 |
Quote: always wanted to code a cheap ass version of this too.
Just to see which RAM areas remain untouched.
In vice you can only watch ranges and do that alot, hehe...
So anyone here please feel challenged to add SOMEthing like that to vice.
Compile with --enable-memmap... Available since the viceplus merge.
There's a note about the monitor commands here: http://viceteam.org/vice_9.html#SEC149
Haven't used it myself. |
| |
enthusi
Registered: May 2004 Posts: 677 |
ah thanks tlr,
did compile with it once but only used it for CHIS.
cool. |
| |
AlexC
Registered: Jan 2008 Posts: 298 |
Quote: Compile with --enable-memmap... Available since the viceplus merge.
There's a note about the monitor commands here: http://viceteam.org/vice_9.html#SEC149
Haven't used it myself.
It's not very user friendly and not that useful as it sounds, partially due to output format. Can't hardly compare to ICU64 demo. |
Previous - 1 | 2 - Next |