Comment on page
VEMIT
Emits an arbitrary instruction into the instruction stream.
Instruction | Operand 1 | Description |
VEMIT | Imm | Emits the opcode as is to the final instruction stream |
block->vemit(0xCC);
block->vemits("int 3")
Last modified 3yr ago
Instruction | Operand 1 | Description |
VEMIT | Imm | Emits the opcode as is to the final instruction stream |