Difference between revisions of "MULT"

From Final Fantasy Hacktics Wiki
Jump to navigation Jump to search
(Created page with "= {B4} {{IE_B4}} = Multiplies the immediate with the current value. (low 32bit) Use this instruction for general multiplication. See Also: Event...")
 
m
Line 1: Line 1:
= [[Event_Instruction_B4|{B4} {{IE_B4}}]] =
+
= {B4} {{IE_B4}} =
 
Multiplies the immediate with the current value. (low 32bit)
 
Multiplies the immediate with the current value. (low 32bit)
  

Revision as of 23:47, 31 December 2013

{B4} MULT

Multiplies the immediate with the current value. (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.