Motorola M68CPU32BUG User Manual Page 94

  • Download
  • Add to my manuals
  • Print
  • Page
    / 98
  • Table of contents
  • BOOKMARKS
  • Rated. / 5. Based on customer reviews
Page view 93
USER CUSTOMIZATION
M68CPU32BUG REV 1 C-12
Table C-1. CPU32Bug Customization Area (continued)
Initialization Tables (continued)
This entry format aligns with the normal assembler output, as DC.W and DC.L are
automatically aligned on an an even address (word) boundary, as seen in the examples below.
Thus the <FILL> byte is handled automatically by the assembler.
Rel.
Addr Contents Label Opcode Operand Comment
0000 00FFFFA21 DC.L $FFFFA21 <ADDR>
0004 01 DC.B 1 1 BYTE
DATA
0005 04 DC.B $04 <DATA>
0006 00FFFFA21 DC.L $FFFFA21 <ADDR>
000A 31 DC.B $31 4 BYTE
DATA
000B 04 22 47 FE DC.B $04, $22, $47, $FE
Skips $1F-> 0010 00FFFFA22 DC.L $FFFFA22 <ADDR>
0014 02 DC.B 2 1 WORD
DATA
Skips $15-> 0016 0544 DC.W $0544 <DATA>
0018 00FFFFA74 DC.L $FFFFA74 <ADDR>
001C 04 DC.B 4 1 LONG
DATA
Skips $1D-> 001E 12345678 DC.L $12345678 <DATA>
0022 00FFFFA74 DC.L $FFFFA74 <ADDR>
0026 04 DC.B $14 2 LONG
DATA
Skips $27-> 0028 12345678 DC.L $12345678, $2307F
002C 0002307F
0030 FFFFFFFF DC.L $FFFFFFFF
Terminate
The routine will also terminate before any attempt is made to read table information past the
end of the table. Thus the user can completely fill the table without having to have a
termination entry whose <ADDR> equals FILL_L.
USER CUSTOMIZATION
M68CPU32BUG REV 1 C-13
Table C-1. CPU32Bug Customization Area (continued)
Offset Default Value Mnemonic Description
Sign On Text Message
$170-
1FF
SIGNON Text string in SYSCALL .WRITE format.
Default values shown in MASM assembly language format below except "^" has been
substituted for each space character (" ") to show exact spacing. The Motorola copyright must
be preserved.
SIGNON DC.B SIGN$2-SIGN$1 Char. count = $8F
SIGN$1 DC.B $0D,$0A,$0A CR,LF,LF
DC.B ’CPU32Bug^Debugger/Diagnostics^-^Version^^1.00’ =45 chars
DCB.B 34,$20 Pad to end of line; 79-45= 34.
DC.B $0D,$0A CR,LF
DC.B ’^(C)^Copyright,^1991^by^Motorola^Inc.’
DCB.B 23,$20 Reserve rest of space.
SIGN$2 EQU *
Fr
eescale S
emiconduct
or
, I
Freescale Semiconductor, Inc.
For More Information On This Product,
Go to: www.freescale.com
nc...
Page view 93
1 2 ... 89 90 91 92 93 94 95 96 97 98

Comments to this Manuals

No comments