MIN

From NDWiki
Revision as of 08:46, 21 March 2013 by TArntsen (talk | contribs) (Register notation uniformity fix)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
MIN
Description Increment memory and skip if zero
Format MIN <addr. mode> <disp.>
Code 040 0008
Affected (ea):= (ea) + 1,
P:= P + 2 IF new (ea) = 0
Type User
Architecture ND-100, ND-110

MIN is an assembly instruction. It increments the content of the memory location pointed to by the effective address by one. If the result becomes zero, the next instruction is skipped.

References