MIN

From NDWiki
Revision as of 14:45, 2 April 2009 by Mike (talk | contribs) (+text from " ND-110 Instruction Set")
Jump to navigation Jump to search
MIN
Description Increment memory and skip if zero
Format MIN <address mode> <disp.>
Code 040 00088
Affected (EL):= (EL) + 1,
(P) + (P) + 2 IF new (EL) = 0
Type User
Architecture {{{Architecture}}}

MIN is an instruction on the ND platform. It incremented the contents of the memory location pointed to by the effective address by one. If the result becomes zero, the next instruction is skipped.

References