English
Language : 

DR805X Datasheet, PDF (22/79 Pages) Digital Core Design – 8-bit RISC Microcontroller Instructions set details ver 3.10
DR805x Instructions set details
- 22 -
Function: Logical AND for bit operands
Description:
If the Boolean value of the source bit is a logic 0 then clear the carry
flag; otherwise leave the carry flag in its current state. A slash (“/”
preceding the operand in the assembly language indicates that the
logical complement of the addressed bit is used as the source value,
but the source bit itself is not affected. No other flags are affected. Only
direct bit addressing is allowed for the source operand.
3.5.7. ANL C, BIT
Operation: (PC) ← (PC) + 2
(C) ← (C) and (bit)
Bytes:
2
Cycles:
3
Encoding:
10000010
bit address
3.5.8. ANL C, /BIT
Operation: (PC) ← (PC) + 2
(C) ← (C) and / (bit)
Bytes:
2
Cycles:
3
Encoding:
10110000
bit address
All trademarks mentioned in this document
are trademarks of their respective owners.
http://www.DigitalCoreDesign.com
http://www.dcd.pl
Copyright 1999-2003 DCD – Digital Core Design. All Rights Reserved.