Difference between revisions of "ADD"

From Final Fantasy Hacktics Wiki
Jump to navigation Jump to search
(Created page with "= ADD = Adds the immediate to the current value. Can overflow. See Also: {B2}SUB {B4}MULT [[Event_Instruction_B6|{B6}DIV]...")
 
Line 1: Line 1:
= ADD =
+
= [[Event_Instruction_B0|{B0} {{IE_B0}}]] =
 
Adds the immediate to the current value. Can overflow.
 
Adds the immediate to the current value. Can overflow.
  
  
See Also: [[Event_Instruction_B2|{B2}SUB]] [[Event_Instruction_B4|{B4}MULT]] [[Event_Instruction_B6|{B6}DIV]] [[Event_Instruction_B8|{B8}MULTHI]] [[Event_Instruction_B9|{B9}DIVHI]] [[Event_Instruction_BA|{BA}AND]] [[Event_Instruction_BC|{BC}OR]] [[Event_Instruction_BE|{BE}ZERO]]  
+
See Also: [[Event_Instruction_B2|{B2} {{IE_B2}}]] [[Event_Instruction_B4|{B4} {{IE_B4}}]] [[Event_Instruction_B6|{B6} {{IE_B6}}]] [[Event_Instruction_B8|{B8} {{IE_B8}}]] [[Event_Instruction_B9|{B9} {{IE_B9}}]] [[Event_Instruction_BA|{BA} {{IE_BA}}]] [[Event_Instruction_BC|{BC} {{IE_BC}}]] [[Event_Instruction_BE|{BE} {{IE_BE}}]]
  
  

Revision as of 00:31, 31 December 2013

{B0} ADD

Adds the immediate to the current value. Can overflow.


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


Address : Half-Word (hex)

Click here for the list of Variables


Immediate : Half-Word (hex)

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