DEBUG MONITOR COMMANDS
M68CPU32BUG/D REV 1
3-70
VE
Verify S-Records Against Memory
VE
Then converted into an S-Record file named TEST.MX as follows:
S00A0000544553542E4D58E2
S30D650040007001D0884A004E7577
S7056500400055
This file was downloaded into memory using "LO -65000000" at address $4000. The program
may be examined in memory using the MD (memory display) command.
CPU32Bug>MD 4000:4;DI<CR>
00004000 7001
MOVEQ.L
#$1,D0
00004002 D088
ADD.L
A0,D0
00004004 4A00
TST.B
D0
00004006 4E75
RTS
CPU32Bug>
To ensure the program has not been destroyed in memory, use the VE command to perform a
verification.
CPU32Bug>VE -65000000<CR>
Blank line as the BCC waits for an S-record.
Enter the terminal emulator’s escape key to return to the host computer’s operating system (ALT-
F4 for ProComm). A host command is then entered to send the S-record file to the port where the
BCC is connected (for MS-DOS based host computer this would be "type test.mx >com1", where
the BCC was connected to the com1 port).
After the file has been sent, the user then restarts the terminal emulation program (for MS-DOS
based host computers, enter EXIT at the prompt).
Since the port number equals the current terminal, two <CR>’s are required to signal CPU32Bug
that verification is complete and the terminal emulation program is ready to receive the status
message.
<CR><CR>
Signal verfication complete.
Verify passes.
CPU32Bug>
The verification passes. The program stored in memory was the same as that in the downloaded
S-record file.
Содержание M68CPU32BUG
Страница 16: ...GENERAL INFORMATION M68CPU32BUG D REV 1 1 8 ...
Страница 30: ...DEBUG MONITOR DESCRIPTION M68CPU32BUG D REV 1 2 14 ...
Страница 102: ...DEBUG MONITOR COMMANDS M68CPU32BUG D REV 1 3 72 ...
Страница 168: ...DIAGNOSTIC FIRMWARE GUIDE M68CPU32BUG D REV 1 6 24 ...