OPERATING INSTRUCTIONS
4-10
M68HC11EVB/D
ASM
Assembler/Disassembler
EXAMPLES
DESCRIPTION
>ASM C000<CR>
C000 STX $FFFF
>LDAA #55<CR>
Immediate mode addressing, requires # before
86 55
operand.
C002 STX $FFFF
>STAA C0<CR>
Direct mode addressing.
97 C0
C004 STX $FFFF
>LDS 0,X<CR>
Index mode, if offset = 0 (,X) will not be accepted.
AE 00
C006 STX $FFFF
>BRA C500<CR>
Branch out of range message.
Branch out of range
C006 STX $FFFF
>BRA C030<CR>
Branch offsets calculated automatically, address
20 28
required as branch operand.
C008 STX $FFFF
>(CTRL)A
Assembler operation terminated.
>
NOTE
Above example memory locations $C000-$C008 contain $FF data
which disassembles to STX $FFFF.
Refer to the end of this chapter for additional operational information pertaining to the use of the
assembler/disassembler.
Summary of Contents for M68HC11EVB
Page 9: ...CONTENTS x M68HC11EVB D ...
Page 35: ...MONITOR PROGRAM 3 8 M68HC11EVB D ...
Page 81: ...OPERATING INSTRUCTIONS 4 46 M68HC11EVB D ...
Page 97: ...SUPPORT INFORMATION 6 12 M68HC11EVB D Figure 6 3 EVB Schematic Diagram Sheet 2 of 2 ...
Page 103: ...APPLICATIONS B 2 M68HC11EVB D Figure B 1 Single Chip Mode Configuration ...