word-code ( word -- start end )
Factor handbook » The language » Words » Word introspection » Word implementation details


Vocabulary
words

Inputs
worda word


Outputs
startthe word's start address
endthe word's end address


Word description
Outputs the memory range containing the word's machine code.

Definition

PRIMITIVE: word-code ( word -- start end ) flushable