English
Language : 

SD6830 Datasheet, PDF (33/34 Pages) AUK corp – 4BIT MICROCONTROLLER
STA C
Binary code : 00001100
Syntax
: [<label>] STA C
Operation
Flags
: (C) (A)3
: CY : Unaffected
SF : Unaffected
Words/Cycles : 1/1
Description : Stores the bit 3 of accumulator in the port C.
Example
: STA C ; Stores the bit 3 of A in C
STA H
Binary code : 00000011
Syntax
: [<label>] STA H
Operation
: (H) (A)0
Flags
: CY : Unaffected
SF : Unaffected
Words/Cycles : 1/1
Description : Stores the bit 0 of accumulator in the register H.
Example
: STA H ; Store the bit 0 of A in H
STA L
Binary code : 00011111
Syntax
: [<label>] STA L
Operation
: (L) (A)
Flags
: CY : Unaffected
SF : Unaffected
Words/Cycles : 1/1
Description : Stores the contents of accumulator in the register L.
Example
: STA L ; Stores the contents of A in L
SD6830
KSI-W002-000
33