Motorola M68CPU32BUG User Manual page 186

Debug monitor
Table of Contents

Advertisement

Table C-1. CPU32Bug Customization Area (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
0000
0004
DATA
0005
0006
000A
DATA
000B
Skips $1F->
0010
0014
DATA
Skips $15->
0016
0018
001C
DATA
Skips $1D->
001E
0022
0026
DATA
Skips $27->
0028
002C
0030
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.
M68CPU32BUG REV 1
Initialization Tables (continued)
Contents
Label
00FFFFA21
01
04
00FFFFA21
31
04 22 47 FE
00FFFFA22
02
0544
00FFFFA74
04
12345678
00FFFFA74
04
12345678
0002307F
FFFFFFFF
Terminate
C-12
Opcode
Operand
DC.L
$FFFFA21
DC.B
1
DC.B
$04
DC.L
$FFFFA21
DC.B
$31
DC.B
$04, $22, $47, $FE
DC.L
$FFFFA22
DC.B
2
DC.W
$0544
DC.L
$FFFFA74
DC.B
4
DC.L
$12345678
DC.L
$FFFFA74
DC.B
$14
DC.L
$12345678, $2307F
DC.L
$FFFFFFFF
USER CUSTOMIZATION
Comment
<ADDR>
1 BYTE
<DATA>
<ADDR>
4 BYTE
<ADDR>
1 WORD
<DATA>
<ADDR>
1 LONG
<DATA>
<ADDR>
2 LONG

Advertisement

Table of Contents
loading

Table of Contents