home *** CD-ROM | disk | FTP | other *** search
/ RISC DISC 1 / RISC_DISC_1.iso / pd_share / code / forthmacs / !Forthmacs / readme < prev    next >
Encoding:
Text File  |  1994-07-28  |  759 b   |  41 lines

  1. GENERAL INFORMATION
  2.  
  3. To get a list of Forthmacs words, type
  4.      words
  5.  
  6. To get a list of all words available; now you can do
  7.      whatis words     
  8.      whatis locals|
  9. or whatever you like.
  10.  
  11. To use the disassembler, decompiler use
  12.      see words
  13.      see swap
  14.  
  15.  
  16. To get information about Forthmacs, you might do:
  17.      more docs.ascii.copyright
  18.      more readme
  19.      more !Help
  20.  
  21.  
  22. WORKING DISK TOOLS
  23.  
  24. 1) Forth level debugger
  25.    fload lib.arm.debugm
  26.    fload lib.arm.debug
  27.  
  28. 2) Low level debugger
  29.    fload extend.arm.machdep
  30.    fload extend.breakpoint
  31.    : .info  ??cr cr .registers  .instruction ;
  32.    ' .info is .breakpoint
  33.    ' .info is .step
  34.  
  35. 3) runtime profiler
  36.    fload extend.arm.runtimer
  37.    fload extend.runtime
  38.  
  39. 4) The block interface
  40.    fload.lib.blockld
  41.