English
Language : 

SD6830 Datasheet, PDF (30/34 Pages) AUK corp – 4BIT MICROCONTROLLER
SETB @HL.b
SD6830
Binary code
Syntax
Operation
Flags
Words/Cycles
Description
Example
: 010111xx
: [<label>] SETB @HL.b
: M[(HL)].b 1
: CY : Unaffected
SF : Unaffected
: 1/1
: Sets the specified bit of memory addressed by registers H and L to one.
: CLRB H
; Clear H to zero
LDL 5
; Load 5 to L
SETB @HL.2 ; Set the bit 2 of M[(05)] to one
SETB CY
Binary code : 00001001
Syntax
: [<label>] SETB CY
Operation
: (CY) 1
Flags
: CY : Set to one
SF : Unaffected
Words/Cycles : 1/1
Description : Sets the contents of carry flag to one.
Example
: SETB CY ; Sets the content of CY to one
SETB F
Binary code :
Syntax
:
Operation
:
Flags
:
Words/Cycles :
Description :
Example
:
00001011
[<label>] SETB F
F.(L) 1
CY : Unaffected
SF : Unaffected
1/1
Sets the specified bit of the port F addressed by register L to one.
LDL 4 ; Loads 4 to L
SETB F ; Sets the bit 4 of F to one
KSI-W002-000
30