PIC16C5X Instruction Set


IORWF


Syntax : IORWF f,d

Description : Inclusive OR the W register with register 'f'.
              If 'd' is 0 the result is stored in the W register.
              If 'd' is 1 the result is stored back in register 'f'.

Function : W .OR. f → d

Hex code : 10f

Bit field:
0001 00df ffff

Words : 1

Cycles : 1

Affected flags : Zero

See also :   ANDWF,   XORWF
Previous    Upper level    Next