PUSHF (instruction)

From Final Fantasy XII Wiki
Jump to navigation Jump to search
PUSHF size: 3
immediate
args: 0
0x50
Push float onto stack

Pushes floating point value onto stack. 16bit immediate represents a number of entry in script's float table[1].

  1. For convenience, compiler supports direct float usage and converts values into entry numbers automatically.