Intel 8XC251SP Microscope & Magnifier User Manual


 
8XC251SA, SB, SP, SQ USER’S MANUAL
A-78
Hex Code in: Binary Mode = [Encoding]
Source Mode = [Encoding]
Operation: LCALL
(PC) (PC) + 3
(SP) (SP) + 1
((SP)) (PC.7:0)
(SP) (SP) + 1
((SP)) (PC.15:8)
(PC) (addr.15:0)
LCALL @WRj
Binary Mode Source Mode
Bytes: 32
States: 98
Hex Code in: Binary Mode = [A5][Encoding]
Source Mode = [Encoding]
Operation: LCALL
(PC) (PC) + 3
(SP) (SP) + 1
((SP)) (PC.7:0)
(SP) (SP) + 1
((SP)) (PC.15:8)
(PC) ((WRj))
LJMP <dest>
Function: Long Jump
Description: Causes an unconditional branch to the specified address, by loading the high and low bytes
of the PC (respectively) with the second and third instruction bytes. The destination may
therefore be anywhere in the 64-Kbyte memory region where the next instruction is located.
Flags:
Example: The label “JMPADR” is assigned to the instruction at program memory location 1234H. After
executing the instruction
LJMP JMPADR
at location 0123H, the program counter contains 1234H.
LJMP addr16
Binary Mode Source Mode
Bytes: 33
States: 55
[Encoding] 1 0 0 1 1 0 0 1 t t t t 0 1 0 0
CY AC OV N Z
—————
[Encoding] 0 0 0 0 0 0 1 0 addr15–addr8 addr7–addr0