Difference between revisions of "FF7/WorldMap Module/Script/Opcodes/015"
< FF7 | WorldMap Module | Script | Opcodes
Jump to navigation
Jump to search
my_wiki>Aali |
my_wiki>Aali |
||
Line 5: | Line 5: | ||
==== Parameters ==== | ==== Parameters ==== | ||
{| border="1" cellspacing="1" cellpadding="3" style="border: 1px solid black; border-collapse: collapse; text-align:center" | {| border="1" cellspacing="1" cellpadding="3" style="border: 1px solid black; border-collapse: collapse; text-align:center" | ||
+ | ! style="background:rgb(204,204,204)" align="center" | Location | ||
! style="background:rgb(204,204,204)" align="center" | Name | ! style="background:rgb(204,204,204)" align="center" | Name | ||
− | |||
! style="background:rgb(204,204,204)" align="center" | Description | ! style="background:rgb(204,204,204)" align="center" | Description | ||
|- | |- | ||
+ | | Stack | ||
| A | | A | ||
− | |||
| Value to negate | | Value to negate | ||
|} | |} |
Revision as of 08:26, 5 August 2014
- Opcode: 0x16
- Name: push neg
- Two-word opcode: No
Parameters
Location | Name | Description |
---|---|---|
Stack | A | Value to negate |
Notes
Pushes -A to the stack.