☘️
The Insurgent's Manifesto
  • Home
  • Getting Started
    • Setup
    • Configuration
  • Game Improvements & Fixes
    • General
    • Animations
    • Locations
      • Archades
      • Jahara
      • Nalbina Dungeons
    • Events
      • Bhujerba
      • Dalmasca Estersand
      • Dreadnought Leviathan
      • Garamysythe Waterway
      • Giza Plains (Dry)
      • Rabanastre
      • Sky Fortress Bahamut
  • Dalan
    • General
  • VM Extension
    • General
    • Current Call Targets
      • Set Gambit Slot Max
      • Reset Jobs
      • Has Job Assigned
    • New Call Targets
      • Check Version
      • Memory Push Stack
      • Memory Execute
      • Memory Execute F
      • Memory Read Byte
      • Memory Write Byte
      • Memory Read Short
      • Memory Write Short
      • Memory Read Int
      • Memory Write Int
      • Memory Read Float
      • Memory Write Float
  • Text Extension
    • General
  • Support & Updates
    • Changelogs
      • Version 1.5.1
      • Version 1.5.0
      • Version 1.4.0
      • Version 1.3.0
      • Version 1.2.0
      • Version 1.1.0
      • Version 1.0.0
    • Known Issues
    • FAQ
  • Credits
Powered by GitBook
On this page
  • Signature
  • Description
  • Example
  1. VM Extension
  2. New Call Targets

Memory Push Stack

Signature

void tim_memoryPushStack(int/float argument); //id:0x1001

Description

Pushes an argument to the stack that is used by the Memory Execute and Memory Execute F functions.

  • Arguments are passed on the stack as a double word (4 bytes) in top-to-bottom order.

  • Only up to 12 arguments can be pushed to the stack.

  • The stack is cleared (all 0) every time Memory Execute or Memory Execute F is called.

Example

For examples, see the corresponding section of the Memory Execute function.

PreviousCheck VersionNextMemory Execute

Last updated 1 year ago