CHAPTER 6 DETAILED RULES FOR EXECUTION INSTRUCTIONS
6.74 SETB (Set Direct Memory Bit)
Set the contents of 1 bit (indicated by 3 lower bits (b) of mnemonic) for the direct area to 1.
■SETB (Set Direct Memory Bit)
Operation
(dir:b) ← 1
Assembler format
SETB dir:b
Condition code (CCR)
N | Z | V | C |
|
|
|
|
- | - | - | - |
|
|
|
|
+: Changed by executing instruction
N:Not changed
Z:Not changed
V:Not changed
C:Not changed
Number of execution cycles: 4
Byte count: 2
OP code: A8 to AF
194