English
Language : 

DR805X Datasheet, PDF (61/79 Pages) Digital Core Design – 8-bit RISC Microcontroller Instructions set details ver 3.10
DR805x Instructions set details
- 61 -
Function: Logical OR for bit variables
Description:
Set the carry flag if the Boolean value is a logic 1; leave the carry in its
current state otherwise. 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.
3.29.7.
ORL C, BIT
Operation: (PC) ← (PC) + 2
(C) ← (C) or (bit)
Bytes:
2
Cycles:
3
Encoding:
01110010
bit address
3.29.8.
ORL C, /BIT
Operation: (PC) ← (PC) + 2
(C) ← (C) or /(bit)
Bytes:
2
Cycles:
3
Encoding:
10100000
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.