Difference between revisions of "Arg pusha"

From Unofficial QEdit Wiki Guide
Jump to: navigation, search
(Created page with "==Syntax== ''Syntax:'' <span style='font-size:12px;font-family:courier'><span style='color:green'>arg_pusha</span> register</span> * register = Register to push the address o...")
 
(No difference)

Latest revision as of 18:20, 23 January 2018

Syntax

Syntax: arg_pusha register

  • register = Register to push the address of.

Use

Used to push the address in memory of a specific register to a variable argument function. For use with va_start

Also see

va_start, va_call, va_end, arg_pushl, arg_pushb, arg_pushr, arg_pushs, unknown0C