home *** CD-ROM | disk | FTP | other *** search
- GENERAL INFORMATION
-
- To get a list of Forthmacs words, type
- words
-
- To get a list of all words available; now you can do
- whatis words
- whatis locals|
- or whatever you like.
-
- To use the disassembler, decompiler use
- see words
- see swap
-
-
- To get information about Forthmacs, you might do:
- more docs.ascii.copyright
- more readme
- more !Help
-
-
- WORKING DISK TOOLS
-
- 1) Forth level debugger
- fload lib.arm.debugm
- fload lib.arm.debug
-
- 2) Low level debugger
- fload extend.arm.machdep
- fload extend.breakpoint
- : .info ??cr cr .registers .instruction ;
- ' .info is .breakpoint
- ' .info is .step
-
- 3) runtime profiler
- fload extend.arm.runtimer
- fload extend.runtime
-
- 4) The block interface
- fload.lib.blockld
-