SX18AA100-I/DP ETC [List of Unclassifed Manufacturers], SX18AA100-I/DP Datasheet - Page 32

no-image

SX18AA100-I/DP

Manufacturer Part Number
SX18AA100-I/DP
Description
Configurable Communications Controllers with EE/Flash Program Memory, In-System Programming Capability and On-Chip Debug
Manufacturer
ETC [List of Unclassifed Manufacturers]
Datasheet
SX18AC/SX20AC/SX28AC/SX18AC75/SX20AC75/SX28AC75
15.10.2 Page Jump Operation
When a JMP instruction is executed and the intended
destination is on a different page, the page select bits
must be initialized with appropriate values to point to the
desired page before the jump occurs. This can be done
easily with SETB and CLRB instructions or by writing a
value to the STATUS register. The device also has the
PAGE instruction, which automatically selects the page in
a single-cycle execution.
Note: “N” must be 0, 1, 2, or 3.
15.10.3 Call Operation
The following happens when a CALL instruction is exe-
cuted:
• The current value of the program counter is increment-
• The lower eight bits of the label address are copied into
• The ninth bit of the Program Counter is cleared to zero.
• The page select bits (in STATUS register) are copied
This means that the call destination must start in the
lower half of any page. For example, 00h-0FFh, 200h-
2FFh, 400h-4FFh, etc.
© 2000 Scenix Semiconductor, Inc. All rights reserved.
ed and pushed onto the top of the stack.
the lower eight bits of the program counter.
into the upper two bits of the Program Counter.
STATUS<6:5>
STATUS<6:5>
PC<10:9>
PC<10:9>
PC<8>
0
JMP LABEL
PC<8:0>
PAGE N
CALL LABEL
PC<7:0>
- 32 -
15.10.4 Page Call Operation
When a subroutine that resides on a different page is
called, the page select bits must contain the proper val-
ues to point to the desired page before the call instruction
is executed. This can be done easily using SETB and
CLRB instructions or writing a value to the STATUS reg-
ister. The device also has the PAGE instruction, which
automatically selects the page in a single-cycle execu-
tion.
Note:“N” must be 0, 1, 2, or 3.
15.11 Return Instructions
The device has several instructions for returning from
subroutines and interrupt service routines. The return
from subroutine instructions are RET (return without
affecting W), RETP (same as RET but affects PA1:PA0),
RETI (return from interrupt), RETIW (return and add W to
RTCC), and RETW #literal (return and place literal in W).
The literal serves as an immediate data value from mem-
ory. This instruction can be used for table lookup opera-
tions. To do table lookup, the table must contain a string
of RETW #literal instructions. The first instruction just in
front of the table calculates the offset into the table. The
table can be used as a result of a CALL.
STATUS<6:5>
PC<10:9>
PC<8>
0
CALL LABEL
PC<7:0>
PAGE N
www.scenix.com

Related parts for SX18AA100-I/DP