Handbook
Glossary
word-code ( word -- start end )
Factor handbook
»
The language
»
Words
»
Word introspection
»
Word implementation details
Vocabulary
words
Inputs
word
a
word
Outputs
start
the word's start address
end
the word's end address
Word description
Outputs the memory range containing the word's machine code.
Definition
IN:
words
PRIMITIVE:
word-code
( word -- start end )
flushable