Handbook
Glossary
reserved-stack-space ( -- n )
Vocabulary
cpu
.
x86
Inputs
None
Outputs
n
an
integer
Word description
Size in bytes of the register parameter area. It only exists on the windows
x86.64
architecture, where it is 32 bytes and allocated by the caller. On all other platforms it is 0.
Definition
USING:
system
;
IN:
cpu.x86
HOOK:
reserved-stack-space
cpu
( -- n )
Methods
USING:
cpu.x86
system
;
M:
x86.64
reserved-stack-space
0
;