MIX3: Difference between revisions

From NDWiki
Jump to navigation Jump to search
(Added MIX3 instruction)
 
(Register notation uniformity fix)
 
Line 4: Line 4:
|Format=MIX3
|Format=MIX3
|Code=143 200
|Code=143 200
|Affected=(X):=((A)-1)*3
|Affected=X:=(A-1)*3
|Architecture=[[ND-100]], [[ND-110 CPU|ND-110]]
|Architecture=[[ND-100]], [[ND-110 CPU|ND-110]]
}}
}}


'''MIX3''' is an assembly instruction. The contents of the [[A register]] is subtracted by one, then multiplied by three and the result placed in the [[X register]].
'''MIX3''' is an assembly instruction. The content of the [[A register]] is subtracted by one, then multiplied by three and the result placed in the [[X register]].


== References ==
== References ==

Latest revision as of 08:47, 21 March 2013

MIX3
Description Multiply index by 3
Format MIX3
Code 143 2008
Affected X:=(A-1)*3
Type User
Architecture ND-100, ND-110

MIX3 is an assembly instruction. The content of the A register is subtracted by one, then multiplied by three and the result placed in the X register.

References