389
●
XCHW A, PC
This instruction replaces the contents of A and the contents of PC, resulting in a branch to the address
indicated by the contents of A before execution. The contents of A after execution become the value of the
address next to the address holding the operation code, XCHW A, PC. This instruction is useful especially
when a table is specified in the main routine and a subroutine uses it.
Figure B.2-5 shows an overview.
Figure B.2-5 XCHW A, PC
After execution of this instruction, the contents of A do not become the address holding the operation code
of this instruction. Instead, they are the same as the address holding the next instruction. In Figure B.2-5 ,
therefore, the value stored in A is 1235
H
, agreeing with the address holding the operation code next to
XCHW A, PC. Note that it is not 1234
H
but 1235
H
.
Figure B.2-6 shows an example of assembler coding.
Figure B.2-6 Usage Example of XCHW A, PC
A
PC
A
PC
(Before execution)
(After execution)
1234
H
5678
H
1235
H
5678
H
MOVW
XCHW
DB
MOVW
A, #PUTSUB
A, PC
'PUT OUT DATA', EOL
A, 1234H
XCHW A, EP
PUSHW A
MOV A, @EP
INCW EP
MOV IO, A
CMP A, #EOL
BNE PTS1
POPW A
XCHW A, EP
JMP @A
PUTSUB
PTS1
(Main routine)
(Subroutine)
Outputs a
table data
unit.
.
.
.
.
.
.
Содержание F2MC-8L F202RA
Страница 2: ......
Страница 4: ......
Страница 32: ...16 CHAPTER 1 OVERVIEW ...
Страница 90: ...74 CHAPTER 3 CPU ...
Страница 142: ...126 CHAPTER 5 TIME BASE TIMER POPW A RETI ENDS END ...
Страница 150: ...134 CHAPTER 6 WATCHDOG TIMER ...
Страница 174: ...158 CHAPTER 7 8 BIT PWM TIMER User processing POPW A XCHW A T Restoring A and T POPW A RETI ENDS ...
Страница 176: ...160 CHAPTER 7 8 BIT PWM TIMER ...
Страница 220: ...204 CHAPTER 8 8 16 BIT CAPTURE TIMER COUNTER ...
Страница 240: ...224 CHAPTER 9 12 BIT PPG TIMER ...
Страница 258: ...242 CHAPTER 10 EXTERNAL INTERRUPT CIRCUIT 1 EDGE PUSHW A User processing POPW A XCHW A T POPW A RETI ENDS END ...
Страница 274: ...258 CHAPTER 11 EXTERNAL INTERRUPT CIRCUIT 2 LEVEL ...
Страница 362: ...346 CHAPTER 15 BUZZER OUTPUT ...
Страница 371: ...355 CHAPTER 16 WILD REGISTER FUNCTION 16 3 5 Data Test Set Register WROR A test register Do not access this register ...
Страница 390: ...374 CHAPTER 17 FLASH MEMORY ...
Страница 419: ...403 INDEX INDEX The index follows on the next page This is listed in alphabetic order ...
Страница 434: ...418 INDEX ...
Страница 436: ......