Difference between revisions of "MULT"

From Final Fantasy Hacktics Wiki
Jump to navigation Jump to search
m
Line 1: Line 1:
 
= {B4} {{IE_B4}} =
 
= {B4} {{IE_B4}} =
Multiplies the immediate with the current value. (low 32bit)
+
{{IE_B4_ex}}
  
Use this instruction for general multiplication.
+
{{IE_B4_desc}}
  
  

Revision as of 19:55, 7 January 2014

{B4} MULT

MULT(xVARI,xVALU)

Multiply Immediate | Variable = Variable × ImmediateValue (low 32bit)

Use this instruction for general multiplication.


See Also: {B0} ADD{B2} SUB{B6} DIV{B8} MOD{B9} MODVar{BA} AND{BC} OR{BE} ZERO


Click here for the list of Variables


Immediate Value : Half-Word (hex)

Value that will be use along with the operand to change the address' value.