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.
Содержание 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 ...