Handbook
Glossary
%epilogue ( n -- )
CPU architecture description model
Prev:
%call ( word -- )
Next:
%jump ( word -- )
Vocabulary
cpu
.
architecture
Inputs
n
an
object
Outputs
None
Definition
USING:
system
;
IN:
cpu.architecture
HOOK:
%epilogue
cpu
( n -- )
Methods
USING:
cpu.architecture
cpu.arm.64
cpu.arm.64.assembler
layouts
math
system
;
M:
arm.64
%epilogue
cell
+
16
align
[
stack-reg
stack-reg
ADDr
]
unless-zero
;
USING:
cpu.architecture
cpu.x86
layouts
math
system
;
M:
x86
%epilogue
cell
-
incr-stack-reg
;