Electronic Components Datasheet Search
  English  ▼
ALLDATASHEET.COM

X  

LC651204N Datasheet(PDF) 34 Page - Sanyo Semicon Device

Part # LC651204N
Description  4-Bit Single-Chip Microcontrollers for Small-Scale Control Applications
Download  35 Pages
Scroll/Zoom Zoom In 100%  Zoom Out
Manufacturer  SANYO [Sanyo Semicon Device]
Direct Link  https://www.sanyo-av.com/us/
Logo SANYO - Sanyo Semicon Device

LC651204N Datasheet(HTML) 34 Page - Sanyo Semicon Device

Back Button LC651204N Datasheet HTML 27Page - Sanyo Semicon Device LC651204N Datasheet HTML 28Page - Sanyo Semicon Device LC651204N Datasheet HTML 29Page - Sanyo Semicon Device LC651204N Datasheet HTML 30Page - Sanyo Semicon Device LC651204N Datasheet HTML 31Page - Sanyo Semicon Device LC651204N Datasheet HTML 32Page - Sanyo Semicon Device LC651204N Datasheet HTML 33Page - Sanyo Semicon Device LC651204N Datasheet HTML 34Page - Sanyo Semicon Device LC651204N Datasheet HTML 35Page - Sanyo Semicon Device  
Zoom Inzoom in Zoom Outzoom out
 34 / 35 page
background image
No. 5190-34/35
LC651204N/F/L, LC651202N/F/L
Instruction code
Modified
Mnemonic
Operation
Description
status
Notes
D7 D6 D5 D4
D3 D2 D1 D0
flags
Load DPH with Zero and
DPH ← 0
Loads 0 into DPH and the
LDZ data
DPL with immediate data
1
0
0
0
I3
I2
I1
I0
1
1
DPL ← I3 I2 I1 I0
immediate data I3I2I1I0 into DPL.
respectively
LHI data
Load DPH with immediate
0
1
0
0
I3
I2
I1
I0
1
1
DPH ← I3 I2 I1 I0
Loads the immediate data I3 I2 I1 I0
data
into DPH.
IND
Increment DPL
1
1
1
0
1
1
1
0
1
1
DPL ← (DPL) + 1
Increments the contents of DPL. ZF
DED
Decrement DPL
1
1
1
0
1
1
1
1
1
1
DPL ← (DPL) – 1
Decrements the contents of DPL. ZF
TAL
Transfer AC to DPL
1
1
1
1
0
1
1
1
1
1
DPL ← (AC)
Moves the contents of AC to DPL.
TLA
Transfer DPL to AC
1
1
1
0
1
0
0
1
1
1
AC
← (DP
L)
Moves the contents of DPL to AC. ZF
XAH
Exchange AC with DPH
0
0
1
0
0
0
1
1
1
1
(AC)
↔ (DP
H)
Exchanges the contents of AC
and DPH.
XAt
t1
t0
Exchanges the contents of AC
XA0
Exchange AC with working
1
1
1
0
0
0
0
0
1
1
(AC)
↔ (A0)
and the working register A0, A1,
XA1
register At
1
1
1
0
0
1
0
0
1
1
(AC)
↔ (A1)
A2, or A3 specified by t1t0.
XA2
1
1
1
0
1
0
0
0
1
1
(AC)
↔ (A2)
XA3
1
1
1
0
1
1
0
0
1
1
(AC)
↔ (A3)
XHa
Exchange DPH with working
a
Exchanges the contents of DPH
XH0
register Ha
1
1
1
1
1
0
0
0
1
1
(DPH) ↔ (H0)
and the working register H0 or H1
XH1
1
1
1
1
1
1
0
0
1
1
(DPH) ↔ (H1)
specified by a.
XLa
Exchange DPH with working
a
Exchanges the contents of DPL
XL0
register Ha
1
1
1
1
1
0
0
0
1
1
(DPL) ↔ (L0)
and the working register L0 or L1
XL1
1
1
1
1
1
1
0
0
1
1
(DPL) ↔ (L1)
specified by a.
SFB flag
Set flag bit
0
1
0
1
B3 B2 B1 B0
1
1
Fn
← 1
Sets the flag specified by B3 B2
B1 B0 to 1.
Clears the flag specified by B3
B2 B1 B0 to 0.
RFB flag
Reset flag bit
0
0
0
1
B3 B2 B1 B0
1
1
Fn
← 0
ZF
0
1
1
0
1 P10 P9 P8
PC
← P
10 P9 P8 P7 P6
Jumps to the location specified
JMP addr
Jumping in the current bank
P7 P6 P5 P4
P3 P2 P1 P0
2
2
P5 P4 P3 P2 P1 P0 by the immediate data P10 P9
P8 P7 P6 P5 P4 P3 P2 P1 P0.
JPEA
Jumping current page
1
1
1
1
1
0
1
0
1
1
PC0 to 7 ← (E, AC)
Jumps to the location given by
modified by E and AC
replacing the lower 8 bits of the
PC with E and AC.
CZP addr
Call subroutine in the zero
1
0
1
1
P3 P2 P1 P0
1
1
STACK
← (PC) + 1
page
PC10 to 6 , PC1 to 0 ← 0 Calls a subroutine on page 0.
PC5 to 2 ← P3 P2 P1 P0
CAL addr
Call subroutine
1
0
1
0
1 P10 P9 P8
2
2
STACK
← (PC) + 2
Calls a subroutine.
RT
Return from subroutine
0
1
1
0
0
0
1
0
1
1
PC
← (STACK)
Returns from a subroutine.
RTI
Return from interrupt routine
0
0
1
0
0
0
1
0
1
1
PC
← (STACK)
Returns from an interrupt
ZF
CF
CF, ZF
← CSF, ZSF
handling routine.
Specifies a pseudo I/O port
BANK
Change bank
1
1
1
1
1
1
0
1
1
1
and changes the bank.
BAt addr
Change bank
0
1
1
1
0
0
t1
t0
2
2
PC7 to 0 ← P7 P6 P5 P4
Branches to the location on the
P7 P6 P5 P4
P3 P2 P1 P0
P3 P2 P1 P0
same page specified by P7 to P0
if ACt = 1
if the bit in AC specified by the
immediate data t1t0 is 1.
BNAt addr
Branch on no AC bit
0
0
1
1
0
0
t1
t0
2
2
PC7 to 0 ← P7 P6 P5 P4
Branches to the location on the
P7 P6 P5 P4
P3 P2 P1 P0
P3 P2 P1 P0
same page specified by P7 to P0
if ACt = 0
if the bit in AC specified by the
immediate data t1t0 is 0.
BMt addr
Branch on M bit
0
1
1
1
0
1
t1
t0
2
2
PC7 to 0 ← P7 P6 P5 P4
Branches to the location on the
P7 P6 P5 P4
P3 P2 P1 P0
P3 P2 P1 P0
same page specified by P7 to P0
if [M(DP, t1 t0)] = 1
if the bit in M(DP) specified by
the immediate data t1 t0 is 1.
BNMt addr
Branch on no M bit
0
0
1
1
0
1
t1
t0
2
2
PC7 to 0 ← P7 P6 P5 P4
Branches to the location on the
P7 P6 P5 P4
P3 P2 P1 P0
P3 P2 P1 P0
same page specified by P7 to P0
if [M(DP, t1 t0)] = 0
if the bit in M(DP) specified by
the immediate data t1 t0 is 0.
BPt addr
Branch on Port bit
0
1
1
1
1
0
t1
t0
2
2
PC7 to 0 ← P7 P6 P5 P4
Branches to the location on the
P7 P6 P5 P4
P3 P2 P1 P0
P3 P2 P1 P0
same page specified by P7 to P0
if [P(DPL, t1 t0)] = 1
if the bit in port P(DPL) specified
by the immediate data t1 t0 is 1.
BNPt addr
Branch on no Port bit
0
0
1
1
1
0
t1
t0
2
2
PC7 to 0 ← P7 P6 P5 P4
Branches to the location on the
P7 P6 P5 P4
P3 P2 P1 P0
P3 P2 P1 P0
same page specified by P7 to P0
if [P(DPL, t1 t0)] = 0
if the bit in port P(DPL) specified
by the immediate data t1 t0 is 0.
0
1
1
1
1
0
0
0
PC7 to 0 ← P7 P6 P5 P4
Branches to the location on the
BTM addr
Branch on timer
P7 P6 P5 P4
P3 P2 P1 P0
P3 P2 P1 P0
same page specified by P7 to P0 TMF
2
2
if TMF = 0
if TMF is 1. Also clears TMF.
then TMF
← 0
The flags are divided
into four groups, F0
to F3, F4 to F7, F8 to
F11, and F12 to F15.
ZF is set or cleared
according to the 4
bits included in the
specified flags.
Only valid for the
immediately
following JMP, I/O,
or branch instruction.
The mnemonics are
BA0
to
BA3,
reflecting the value
of t.
The mnemonics are
BNA0
to
BNA3,
reflecting the value
of t.
The mnemonics are
BM0
to
BM3,
reflecting the value
of t.
The mnemonics are
BNM0 to BNM3,
reflecting the value
of t.
The mnemonics are
BP0
to
BP3,
reflecting the value
of t.
The mnemonics are
BNP0
to
BNP3,
reflecting the value
of t.
Continued from preceding page.
Continued on next page.


Similar Part No. - LC651204N

ManufacturerPart #DatasheetDescription
logo
Sanyo Semicon Device
LC651204N SANYO-LC651204N Datasheet
261Kb / 14P
   One-Time Programmable 4-Bit Single-Chip Microcontroller
More results

Similar Description - LC651204N

ManufacturerPart #DatasheetDescription
logo
Sanyo Semicon Device
LC651306A SANYO-LC651306A Datasheet
697Kb / 21P
   4-Bit Single-Chip Microcontroller for Small-Scale Control Applications
LC651154N SANYO-LC651154N Datasheet
336Kb / 39P
   Four-Bit CMOS Microcontrollers for Small-Scale Control Applications
LC651432N SANYO-LC651432N Datasheet
374Kb / 39P
   Four-Bit CMOS Microcontrollers for Small-Scale Control Applications
LC651104N SANYO-LC651104N Datasheet
854Kb / 35P
   Single-Chip 4-Bit Microcomputer for Small-Scale Control-Oriented Applications
LC6527C SANYO-LC6527C Datasheet
1Mb / 32P
   Single Chip 4 Bit Microcomputers for Small scale control oriented applications
LC65F1306A SANYO-LC65F1306A Datasheet
685Kb / 22P
   4-Bit Single-Chip CMOS Microcontroller for Small-Scale Control Applications
LC6527N SANYO-LC6527N Datasheet
962Kb / 42P
   SINGLE-CHIP 4-BIT MICROCOMPUTER FOR SMALL-SCALE CONTROL-ORIENTED APPLICATIONS
LC6529N SANYO-LC6529N Datasheet
525Kb / 39P
   4-Bit Microcomputer for Small-Scale Control Applications
LC6543N SANYO-LC6543N Datasheet
1Mb / 49P
   CMOS LSI SINGLE-CHIP 4-BIT MICROCOMPUTER FOR SMALL-SCALE CONTROL-ORIENTED APPLICATIONS???
LC6543C SANYO-LC6543C Datasheet
1Mb / 41P
   CMOS LSI SINGLE-CHIP 4-BIT MICROCOMPUTER FOR SMALL-SCALE CONTROL-ORIENTED APPLICATIONS?
More results


Html Pages

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35


Datasheet Download

Go To PDF Page


Link URL




Privacy Policy
ALLDATASHEET.COM
Does ALLDATASHEET help your business so far?  [ DONATE ] 

About Alldatasheet   |   Advertisement   |   Datasheet Upload   |   Contact us   |   Privacy Policy   |   Link Exchange   |   Manufacturer List
All Rights Reserved©Alldatasheet.com


Mirror Sites
English : Alldatasheet.com  |   English : Alldatasheet.net  |   Chinese : Alldatasheetcn.com  |   German : Alldatasheetde.com  |   Japanese : Alldatasheet.jp
Russian : Alldatasheetru.com  |   Korean : Alldatasheet.co.kr  |   Spanish : Alldatasheet.es  |   French : Alldatasheet.fr  |   Italian : Alldatasheetit.com
Portuguese : Alldatasheetpt.com  |   Polish : Alldatasheet.pl  |   Vietnamese : Alldatasheet.vn
Indian : Alldatasheet.in  |   Mexican : Alldatasheet.com.mx  |   British : Alldatasheet.co.uk  |   New Zealand : Alldatasheet.co.nz
Family Site : ic2ic.com  |   icmetro.com