JPL

From NDWiki
Revision as of 13:31, 13 August 2009 by TArntsen (talk | contribs) (JPL instruction)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
JPL
Description Jump to subroutine
Format JPL <addr. mode> <disp.>
Code 134 0008
Affected L:=P+1, P:=(ea)
Type User
Architecture ND-100, ND-110

JPL is an assembly instruction. The contents of the program counter is copied into the L register and the next instruction is taken from the effective address of the JPL instruction.

The instruction's main use is for calling a subroutine.

References