Hi
Is there any program that can show - navigate the cpc memory (any part), like a disc hex editor, but with the ram memory?.
Thanks!
Yes you can use Orgams (http://pushnpop.net/prod-395.html). Disassembly mode is really powerfull. You can read wherever you want.
Can't you use Maxam to do this?
Bryce.
Maybe "SuperMonitor 1.4" is interesting (DSK can be found, and in a ROM you can get "RDOS ROM" from Dobbertin from this site with included SuperMonitor).
Hi!
Orgams it's ok but i miss the "ascii" mode on the visor.
I was thinking on maxam too, but i don't tried it yet
Super Monitor is very interesting, I'll give a try to this...
Anyway I solved the problem with Save"memory",b,&a600,&1a00 and then use a hex editor on PC ;D
Thankyou all!!
These tools have been around since 1984.
I use Lara which sits in the extra 64k so it frees up your main memory and you can activate it after a Reset which is handy.
Quote from: AMSDOS on 23:07, 08 May 15
I use Lara ...
Lara?
Where can i find Lara?
Quote from: SOS on 07:14, 09 May 15
Lara?
Where can i find Lara?
Hmm would of thought it would be on NVG, it's Mirror, CPC-Power or CPC Rulez, NVG seems to be out of action & I couldn't find it on the Mirror site (in the Utils Folder) & I couldn't find it on the other sites.
So I've attached my copy here, which I transfered to Disc from the AA Covertape.
Quote from: SOS on 09:23, 08 May 15
Maybe "SuperMonitor 1.4" is interesting (DSK can be found, and in a ROM you can get "RDOS ROM" from Dobbertin from this site with included SuperMonitor).
The original RDOS ROM doesn't include the monitor. Only the patched version does (see size difference of ROM: Either 8 or 16 KB).
Dobbertin hasn't make a teamwork with "Crown"? :o
IIRC the Inicrons made the patched RDOS ROM. They released it when they released their battery buffered RAM disc (512 KB). A cool piece of hardware! :)
Resurrecting this thread, since I'm really curious to know what you mean by :
Quote from: Joseman on 13:53, 08 May 15
Orgams it's ok but i miss the "ascii" mode on the visor.
Orgams's monitor goodies:
* less intrusive than HACKIT for instance, you can monitor page &8000-&BFFF (even if firmware was overwritten). Coming soon: same for page &C000-&FFFF (à la Multiface II).
* works with any bank connection (i.e. &C2).
* there is also a tool to compare two memory zones.
* more to come
"New" goodies:
- Will unambiguously skip 00-filled zones.
- Command for graphical memory map (type gr in monogasm).
- Memory dump shows Hex + Ascii + Plot!
To see what I mean, try:
|o
m fill 256,0 ; Demonstrate skipping
256 ** BYTE SIN(#)/&200. ; Demonstrate plot
CONTROL-1 (not f1)
ESC
mm + return
Keep pressing space.