DreaMon was just started and greets you with his little setup-tool.
You can select where the code and text buffer should be placed. The setup-tool loooks at your SRam size and gives the memtop as a suggestion.
'code' is the DreaMon and 'text' a buffer for FKey and label definitions. If you are up to heavy stuff, a bigger textbuffer comes in handy.
After you are done, the setup-tool disappears and leaves just a tiny 'sys' on the screen which you should keep in mind. That's how you start DreaMon from Basic.
That's the start message: the pc-regs, stack-pointer, flags and other important things.
You can access the whole memory of the frozen system.
A ' s "cias",8,dc00,de00 ' will write the values of the frozen CIAs
to a file. Same goes for every other memory area.
With special Hotkeys you can select the memory-configuration - or simpler:
set $01 - so accessing ram/rom/io/charset is fast and easy.
In the 'scroll-mode' you can browse through the code. Features are:
up/down scrolling, adress inc/dec to find a position, switch on the
fly between disass, mem- and screendump modes, select Akku and XY-Size,
toggle rep/sep detection, select memory-config... er.. did i miss something?
;-)
Once you have defined a label you can use it everywhere (even as a devicenumber for a load ;)
Back to DreaMon page.