Qdatasheet_Logo
Integrated circuits, Transistor, Semiconductors Search and Datasheet PDF Download Site

SN8P1602B View Datasheet(PDF) - Sonix Technology Co., Ltd

Part Name
Description
MFG CO.
SN8P1602B
SONiX
Sonix Technology Co., Ltd SONiX
'SN8P1602B' PDF : 76 Pages View PDF
SN8P1602B
8-Bit Micro-Controller
MULTI-ADDRESS JUMPING
Users can jump around the multi-address by either JMP instruction or ADD M, An instruction (M = PCL) to activate
multi-address jumping function. If carry flag occurs after execution of ADD PCL, A, the carry flag will not affect PCH
register.
Example: If PC = 0323H (PCH = 03HPCL = 23H)
; PC = 0323H
; PC = 0328H
MOV
B0MOV
.
.
.
MOV
B0MOV
A, #28H
PCL, A
.
.
.
A, #00H
PCL, A
; Jump to address 0328H
; Jump to address 0300H
Example: If PC = 0323H (PCH = 03HPCL = 23H)
; PC = 0323H
B0ADD
JMP
JMP
JMP
JMP
.
PCL, A
A0POINT
A1POINT
A2POINT
A3POINT
.
; PCL = PCL + ACC, the PCH cannot be changed.
; If ACC = 0, jump to A0POINT
; ACC = 1, jump to A1POINT
; ACC = 2, jump to A2POINT
; ACC = 3, jump to A3POINT
;
SONiX TECHNOLOGY CO., LTD
Page 31
Version 1.2
Share Link: GO URL

All Rights Reserved © qdatasheet.com  [ Privacy Policy ] [ Contact Us ]