Avaya Logo

Previous Topic

Next Topic

Book Contents

Book Index

or

The or instruction implements an OR operation on the arguments.

Synopsis

or(type.dst,type.src)

Description

The or instruction implements a bitwise OR operation on the arguments.

Example

In the following example, bits set in r.3 or FLAG are set in r.3.

or(r.3,FLAG)

© 2006 Avaya Inc. All Rights Reserved.