load-zone-offset ( nursery-ptr -- )


Vocabulary
cpu.x86

Inputs
nursery-ptra register symbol


Outputs
None

Word description
Emits machine code for loading the address to the nursery into the machine register.

Examples
USING: cpu.x86 make ; [ RCX load-zone-offset ] B{ } make disassemble
0000000001b48f80: 498d4d10 lea rcx, [r13+0x10]


Definition