Motorola M68CPU32BUG User Manual Page 49

  • Download
  • Add to my manuals
  • Print
  • Page
    / 98
  • Table of contents
  • BOOKMARKS
  • Rated. / 5. Based on customer reviews
Page view 48
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.
DEBUG MONITOR COMMANDS
M68CPU32BUG/D REV 1 3-67
TT Trace To Temporary Breakpoint TT
Trace to temporary breakpoint:
CPU32Bug>TT 7006<CR>
PC =00007002 SR =2700=TR:OFF_S_7_..... VBR =00000000
SFC =0=F0 DFC =0=F0 USP =0000382C SSP* =00004000
D0 =0008F41C D1 =0008F41C D2 =00100200 D3 =00000000
D4 =00000000 D5 =00000000 D6 =00000000 D7 =00000000
A0 =00000000 A1 =00000000 A2 =00000000 A3 =00000000
A4 =00000000 A5 =00000000 A6 =00000000 A7 =00004000
00007002 4282 CLR.L D2
PC =00007004 SR =2704=TR:OFF_S_7_..Z.. VBR =00000000
SFC =0=F0 DFC =0=F0 USP =0000382C SSP* =00004000
D0 =0008F41C D1 =0008F41C D2 =00000000 D3 =00000000
D4 =00000000 D5 =00000000 D6 =00000000 D7 =00000000
A0 =00000000 A1 =00000000 A2 =00000000 A3 =00000000
A4 =00000000 A5 =00000000 A6 =00000000 A7 =00004000
00007004 D401 ADD.B D1,D2
At Breakpoint
PC =00007006 SR =2700=TR:OFF_S_7_..... VBR =00000000
SFC =0=F0 DFC =0=F0 USP =0000382C SSP* =00004000
D0 =0008F41C D1 =0008F41C D2 =0000001C D3 =00000000
D4 =00000000 D5 =00000000 D6 =00000000 D7 =00000000
A0 =00000000 A1 =00000000 A2 =00000000 A3 =00000000
A4 =00000000 A5 =00000000 A6 =00000000 A7 =00004000
00007006 E289 LSR.L #$1,D1
CPU32Bug>
Fr
eescale S
emiconduct
or
, I
Freescale Semiconductor, Inc.
For More Information On This Product,
Go to: www.freescale.com
nc...
Page view 48
1 2 ... 44 45 46 47 48 49 50 51 52 53 54 ... 97 98

Comments to this Manuals

No comments