Difference between revisions of "DIV"

From Final Fantasy Hacktics Wiki
Jump to navigation Jump to search
(Created page with "= {B6} {{IE_B6}} = Divides the current value by the immediate. (low 32bit) Use this instruction for general division. See Also: {B0} {{IE_B0}} ― ...")
 
Line 1: Line 1:
 
= {B6} {{IE_B6}} =
 
= {B6} {{IE_B6}} =
Divides the current value by the immediate. (low 32bit)
+
{{IE_B6_ex}}
  
Use this instruction for general division.
+
{{IE_B6_desc}}
  
  

Revision as of 19:56, 7 January 2014

{B6} DIV

DIV(xVARI,xVALU)

Divide Immediate | Variable = Variable ÷ ImmediateValue (low 32bit)

Use this instruction for general division.


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