PIC16CXX Instruction Set


IORLW


Syntax : IORLW k

Description : The contents of W register are OR'ed with the 8-bit literal 'k'.
              The result is stored in the W register.

Function : W .OR. k → W

Hex code : 38kk

Bit field:
11 1000 kkkk kkkk

Words : 1

Cycles : 1

Affected flags : Zero

See also : ANDLWXORLW 
Previous    Upper level    Next