Handbook
Glossary
spill-offset ( n -- offset )
Vocabulary
compiler
.
cfg
Inputs
n
an
integer
Outputs
offset
an
integer
Word description
Offset in the current
stack-frame
to byte at index 'n' in the spill area.
Definition
USING:
accessors
math
namespaces
;
IN:
compiler.cfg
:
spill-offset
( n -- offset )
cfg
get
stack-frame>>
spill-area-base>>
+
;