Handbook
Glossary
integer-float-needs-stack-frame? ( -- ? )
Vocabulary
cpu
.
architecture
Inputs
None
Outputs
?
an
object
Definition
USING:
system
;
IN:
cpu.architecture
HOOK:
integer-float-needs-stack-frame?
cpu
( -- ? )
Methods
USING:
cpu.architecture
system
;
M:
arm.64
integer-float-needs-stack-frame?
f
;
USING:
cpu.architecture
system
;
M:
x86
integer-float-needs-stack-frame?
f
;