* VMEBugSample.script
* Created by Neil Gunther,
March 10, 1985 12:50:10 pm PST
*
*
* HElp; displays the relevent commands
HE
*
* Memory Modify command with DIsassembler format.
MM 1000;DI
*
* A space (only) must preceed each instruction.
CMP.B   #$30,D0
BLT   *
CMP.B   #$39,D0
BGT   *
AND.L  #$F,D0
BRA   *
CMP.B   #$41,D0
BLT    *
BGT   *
SUB.B   #7,D0
BRA   $100C
MOVE.L  #$FF,D0
JMP   $1012
*Period returns user to command mode
.
* Memory Display command with DIsassembler format.
MD 1000 2D;DI
* Display Formatted Registers.
DF
* Dump Memory in S-record format.
DU
8800 880F
*
*
End of script.