Arg

Description

A enum with argument types and their values.

It's used for the functions Execute and Execute A.

Alternative Reference

Can also be accessed directly as arg instead of memory.arg.

Values & Types

Value
Types

0

void

1

s8, char

2

u8, uchar, byte

3

s16, short

4

u16, ushort, word

5

s32, int

6

u32, uint, dword

7

s64, int64

8

u64, uint64, pointer, qword

9

f32, float

10

f64, double

Example

print(memory.arg.void) --prints "0"

Last updated