home *** CD-ROM | disk | FTP | other *** search
-
- Semantics for the Toolkit Extensions Word Set
-
-
- BYE ( -- )
- Exit Forth.
-
-
- WORDS ( -- )
- List all word names in the current first word list of the search order.
-
-
- .S ( i*w -- i*w )
- Display all numbers on the stack without corrupting it. The last number
- pushed onto the stack is displayed last.
-
-
- DUMP ( addr u -- )
- Produce a memory dump of u bytes starting at addr. Each line contains 16 bytes. The maximum allowable value of u is 65535 (&7FFF hex).
-
-
- IDUMP ( addr u -- ) RISCOS
- This is quite similar to DUMP, though u gives the number of instructions
- to disassemble. The maximum allowable value of u is 65535 (&7FFF hex).
-