PIC16C5X Instruction Set


GOTO


Syntax : GOTO k

Description : Unconditional jump. The low-order nine bits come from the
              immediate value 'k'. The upper three bits are loaded from
              the PA<2:0> bits in the STATUS register.

Function : k → PC<8:0>; PA2,PA1,PA0 → PC<11:9>.

Hex code : Akk

Bit field:
101k kkkk kkkk

Words : 1

Cycles : 2

Affected flags : None

See also :   ---
Previous    Upper level    Next