Difference between revisions of "Arg pushl"
From Unofficial QEdit Wiki Guide
(→Use) |
|||
Line 5: | Line 5: | ||
==Use== | ==Use== | ||
− | Used to push | + | Used to push a 32bit integer value to a variable argument function. For use with [[va_start]] |
==Also see== | ==Also see== | ||
[[va_start]], [[va_call]], [[va_end]], [[arg_pushr]], [[arg_pushb]], [[arg_pushw]], [[arg_pushs]] | [[va_start]], [[va_call]], [[va_end]], [[arg_pushr]], [[arg_pushb]], [[arg_pushw]], [[arg_pushs]] |
Latest revision as of 07:26, 23 May 2014
Syntax
Syntax: arg_pushl xxxxxxxx
- xxxxxxxx = Integer to push to variable argument function.
Use
Used to push a 32bit integer value to a variable argument function. For use with va_start
Also see
va_start, va_call, va_end, arg_pushr, arg_pushb, arg_pushw, arg_pushs