Handbook
Glossary
%jump ( word -- )
CPU architecture description model
Prev:
%epilogue ( n -- )
Next:
%jump-label ( label -- )
Vocabulary
cpu.architecture
Inputs
word
an
object
Outputs
None
Definition
USING:
system
;
IN:
cpu.architecture
HOOK:
%jump
cpu
( word -- )
Methods
USING:
compiler.codegen.relocation
compiler.constants
cpu.architecture
cpu.x86
cpu.x86.assembler
system
;
M:
x86
%jump
%prepare-jump
0
JMP
rc-relative
rel-word-pic-tail
;