2
F_PUSH
Nunuhara Cabbage edited this page 2019-11-05 18:37:53 -08:00

F_PUSH <value>

Instruction Arguments

float value - Value to push to the stack

Stack Arguments

None.

Description

Push a floating point value to the stack.

Example

F_PUSH 0x42200000 ; stack: [40.0]