Difference between revisions of "MOD"

From Final Fantasy Hacktics Wiki
Jump to navigation Jump to search
(Created page with "= {B8} {{IE_B8}} = Multiplies the immediate with the current value. (high 32bit) See Also: {B0} {{IE_B0}} ― Event_Instruction_B2|{B2} {{IE_B2}}...")
 
Line 1: Line 1:
 
= {B8} {{IE_B8}} =
 
= {B8} {{IE_B8}} =
Multiplies the immediate with the current value. (high 32bit)
+
{{IE_B8_ex}}
 +
 
 +
{{IE_B8_desc}}
  
  

Revision as of 19:57, 7 January 2014

{B8} MOD

MOD(xVARI,xVALU)

Divide Immediate (modulus) | Variable = Variable % ImmediateValue (high 32bit)


See Also: {B0} ADD{B2} SUB{B4} MULT{B6} DIV{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.