%context ( dst -- )


Vocabulary
cpu.architecture

Inputs
dsta register symbol


Outputs
None

Word description
Emits machine code for putting a pointer to the context field of the vm in a register.

Examples
USING: cpu.architecture make ; [ EAX %context ] B{ } make disassemble
00000000010f5ed0: 418b4500 mov eax, [r13]


Definition