NOP (instruction)

From Final Fantasy XII Wiki
Revision as of 19:22, 16 July 2019 by Admin (talk | contribs)
Jump to navigation Jump to search
NOP size: 0
args: 0
0x00
No operation

Virtual Machine defines this instruction's size as zero, which means it cannot be used in code, because it will cause an infinite loop (no operation will be performed and instruction pointer will be advanced by zero bytes).

Most likely used by original compiler during intermediate stages.