A enum with argument types and their values.
It's used for the functions Execute and Execute A.
Can also be accessed directly as arg instead of memory.arg.
arg
memory.arg
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
Last updated 1 year ago
print(memory.arg.void) --prints "0"