MIN

From NDWiki
Revision as of 22:15, 31 March 2009 by Mike (talk | contribs) (New page: {{InstructionBox |Mnemonic=MIN |Description=Increment memory and skip if zero |Format=MIN ''<address mode> <disp.>'' |Code=040 000 |Affected=(EL):=(EL)+1, (P) }} '''MIN''' is an inst...)
(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 <address mode> <disp.>
Code 040 0008
Affected (EL):=(EL)+1, (P)
Type User
Architecture {{{Architecture}}}

MIN is an instruction on the ND platform. It reads the effective word and incremented it by one. Then it's stored in the effective location. If the result becomes zero, the next instruction is skipped.


Sources