LoadDestination
enum LoadDestination
The destination of a value generated by genLoadTo
.
Type members
Enum entries
The value is put on the stack, and control flows through to the next opcode.
The value is put on the stack, and control flows through to the next opcode.
The value is put on the stack, and control flow is transferred to the given label
.
The value is put on the stack, and control flow is transferred to the given label
.