DatasheetQ Logo
Electronic component search and free download site. Transistors,MosFET ,Diode,Integrated circuits

SD6830 Просмотр технического описания (PDF) - AUK -> KODENSHI CORP

Номер в каталоге
Компоненты Описание
производитель
SD6830
AUK
AUK -> KODENSHI CORP AUK
SD6830 Datasheet PDF : 34 Pages
First Prev 21 22 23 24 25 26 27 28 29 30 Next Last
SD6830
LDA n
Binary code : 0111xxxx
Syntax
: [<label>] LDA n
Operation : (A) n, n=0~15 ( n must be decimal number. )
Flags
: CY : Unaffected
SF : Unaffected
Words/Cycles : 1/1
Description : Loads an immediate data into the accumulator. Skip this instruction if it
was used just before.
Example
: STA B
LDA 15 ; Load 15 into A.
LDA 4 ; It is skipped because this instruction was used just before
LDA 7 ; It is skipped because this instruction was used just before
JMP 0B0 ; Jump to 0B0
LDA B
Binary code : 00010101
Syntax
: [<label>] LDA B
Operation : (A) (B)
Flags
: CY : Unaffected
SF : Unaffected
Words/Cycles : 1/1
Description : Loads the contents of register B into the accumulator.
Example
: LDA B ; Load the contents of B into A
LDA D
Binary code : 00010100
Syntax
: [<label>] LDA D
Operation : (A) (D)
Flags
: CY : Unaffected
SF : Unaffected
Words/Cycles : 1/1
Description : Loads the contents of port D into the accumulator.
Example
: LDA D ; Load the contents of D into A
KSI-W002-000
26

Share Link: 

datasheetq.com  [ Privacy Policy ]Request Datasheet ] [ Contact Us ]