VFX Forth also contains some higher-level words to aid
disassembly. These words attempt to interpret the raw
assembler code as provided by DASM
to identify items
such as inline strings and USER
variables.
: dis \ -- ; DIS <name>
Disassemble a supplied target word using the higher level
interpreter to aid readability.
: see \ -- ; SEE <name>
An alias for DIS
supplied for compatibility with other
Forth systems.