English
Language : 

SD6830 Datasheet, PDF (27/34 Pages) AUK corp – 4BIT MICROCONTROLLER
LDA E
Binary code
Syntax
Operation
Flags
Words/Cycles
Description
Example
: 00010010
: [<label>] LDA E
: (A) (E)
: CY : Unaffected
SF : Unaffected
: 1/1.
: Loads the contents of port E into the accumulator
: LDA E ; Load the contents of E into A
SD6830
LDA H
Binary code
Syntax
Operation
Flags
Words/Cycles
Description
Example
: 00010001
: [<label>] LDA H
: (A) (H)
: CY : Unaffected
SF : Unaffected
: 1/1
: Loads the contents of register H into the bit 0 of accumulator.
: LDA H ; Load the content of H into the bit 0 of A
LDA L
Binary code : 00010110
Syntax
: [<label>] LDA L
Operation : (A) (L)
Flags
: CY : Unaffected
SF : Unaffected
Words/Cycles : 1/1
Description : Loads the contents of register L into the accumulator.
Example
: LDA L ; Load the contents of L into A
KSI-W002-000
27