45
Type
Instruction
Size
*
1
Function
Bit-
manipulation
instructions
BTST
B
¬ (<bit-No.> of <EAd>)
→
Z
Tests a specified bit in a general register or memory
operand and sets or clears the Z flag accordingly. The
bit number is specified by 3-bit immediate data or the
lower three bits of a general register.
BAND
BIAND
B
B
C
∧
(<bit-No.> of <EAd>)
→
C
ANDs the carry flag with a specified bit in a general
register or memory operand and stores the result in the
carry flag.
C
∧
¬ (<bit-No.> of <EAd>)
→
C
ANDs the carry flag with the inverse of a specified bit in
a general register or memory operand and stores the
result in the carry flag.
The bit number is specified by 3-bit immediate data.
BOR
BIOR
B
B
C
∨
(<bit-No.> of <EAd>)
→
C
ORs the carry flag with a specified bit in a general
register or memory operand and stores the result in the
carry flag.
C
∨
¬ (<bit-No.> of <EAd>)
→
C
ORs the carry flag with the inverse of a specified bit in a
general register or memory operand and stores the
result in the carry flag.
The bit number is specified by 3-bit immediate data.
BXOR
BIXOR
B
B
C
⊕
(<bit-No.> of <EAd>)
→
C
Exclusive-ORs the carry flag with a specified bit in a
general register or memory operand and stores the
result in the carry flag.
C
⊕
¬ (<bit-No.> of <EAd>)
→
C
Exclusive-ORs the carry flag with the inverse of a
specified bit in a general register or memory operand
and stores the result in the carry flag.
The bit number is specified by 3-bit immediate data.
BLD
BILD
B
B
(<bit-No.> of <EAd>)
→
C
Transfers a specified bit in a general register or memory
operand to the carry flag.
¬ (<bit-No.> of <EAd>)
→
C
Transfers the inverse of a specified bit in a general
register or memory operand to the carry flag.
The bit number is specified by 3-bit immediate data.
Содержание H8S/2631
Страница 28: ...xviii Appendix G Package Dimensions 1154 ...
Страница 341: ...316 Transfer SAR or DAR DAR or SAR Block area First block Nth block Figure 9 8 Memory Mapping in Block Transfer Mode ...
Страница 918: ...905 ø DREQ0 DREQ1 tDRQS tDRQH Figure 25 19 DMAC DREQ Input Timing ...
Страница 955: ...943 A 2 Instruction Codes Table A 2 shows the instruction codes ...