Difference between revisions of "PUSHF (instruction)"
Jump to navigation
Jump to search
Line 2: | Line 2: | ||
Pushes floating point value onto stack. 16bit immediate represents a number of entry in script's [[Floating point table|float table]]<ref>For convenience, compiler supports direct float usage and converts values into entry numbers automatically.</ref>. | Pushes floating point value onto stack. 16bit immediate represents a number of entry in script's [[Floating point table|float table]]<ref>For convenience, compiler supports direct float usage and converts values into entry numbers automatically.</ref>. | ||
+ | |||
+ | {{Clear}}<references /> |
Latest revision as of 21:40, 21 July 2019
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].
- ↑ For convenience, compiler supports direct float usage and converts values into entry numbers automatically.