Handbook
Glossary
frame-reg ( -- reg )
Vocabulary
cpu
.
architecture
Inputs
None
Outputs
reg
an
object
Definition
USING:
system
;
IN:
cpu.architecture
HOOK:
frame-reg
cpu
( -- reg )
Methods
USING:
cpu.architecture
cpu.arm.64.assembler
system
;
M:
arm.64
frame-reg
X29
;
USING:
cpu.architecture
cpu.x86.assembler.operands
system
;
M:
x86.64
frame-reg
RBP
;