Argument

Describes an instruction argument

struct Argument {
ArgType type;
int size;
int position;
uint accessMode;
MemType memory;
SegmentReg segmentReg;
}

Members

Variables

mnemonic
char[64] mnemonic;

the argument as text, up to 64 chars but null terminated

Meta