Amiga Kickstart 1.3 ROM-Wack: Difference between revisions

From www.evillabs.net
Jump to navigation Jump to search
(Created page with '= Amiga Kickstart 1.3 ROM-Wack = <pre> . # Dump memory at PC :XXXX # Dump XXXX bytes of memory alter # Edit memory at PC boot # ...')
(No difference)

Revision as of 12:14, 14 August 2010

Amiga Kickstart 1.3 ROM-Wack

.               # Dump memory at PC
:XXXX           # Dump XXXX bytes of memory



alter           # Edit memory at PC

boot            # Reboot the Amiga


findSymbolName  # Display instructions at 'SymbolName'
find<           # Display prev instructions
find>           # Display next instructions

go              # Start from current location
resume          # Start from the trapped instruction