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.arm.64
cpu.arm.64.assembler
system
;
M:
arm.64
%jump
4
pic-tail-reg
ADR
0
Br
rc-relative-arm64-branch
rel-word-pic-tail
;
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
;