Figure B.1-6 General-Purpose Register Addressing; Figure B.1-7 Immediate Addressing; Table B.1-1 Vector Table Addresses Corresponding To "Vct - Fujitsu F2MC-8L Series Hardware Manual

8-bit microcontroller
Hide thumbs Also See for F2MC-8L Series:
Table of Contents

Advertisement

shows an example.

Figure B.1-6 General-Purpose Register Addressing

RP
Immediate addressing
Indicated by "#d8" in the instruction list. Used when immediate data is required. In immediate
addressing, the operand is used directly as immediate data. The operation code determines
whether the data is byte or word. Figure B.1-7 shows an example.
Vector addressing
Indicated by "vct" in the instruction list. Used to branch to a subroutine address stored in the
vector table. For vector addressing, the "vct" data is contained in the operation code. Table B.1-
1 lists the correspondence between "vct" and the resulting address.

Table B.1-1 Vector Table Addresses corresponding to "vct"

#vct
Vector table address (branch destination upper address : lower address)
0
1
2
3
4
5
6
7
MOV
A,R6
+
01010
B

Figure B.1-7 Immediate Addressing

MOV
A,#56H
FFC0
FFC2
FFC4
FFC6
FFC8
FFCA
FFCC
FFCE
APPENDIX B Overview of Instructions
AB
A
0156
H
H
A
56
:FFC1
H
H
:FFC3
H
H
:FFC5
H
H
:FFC7
H
H
:FFC9
H
H
:FFCB
H
H
:FFCD
H
H
:FFCF
H
H
AB
H
H
311

Advertisement

Table of Contents
loading

Table of Contents