home *** CD-ROM | disk | FTP | other *** search
/ The Datafile PD-CD 5 / DATAFILE_PDCD5.iso / utilities / f / forthmac / !Forthmacs / tools / tracer < prev   
Encoding:
Text File  |  1997-02-26  |  163 b   |  9 lines

  1. ??cr .( ** assembly level debugger )
  2. fload lib.arm.machdep
  3. fload lib.breakpt
  4.  
  5. : .info  ??cr cr .registers  .instruction ;
  6. ' .info is .breakpoint
  7. ' .info is .step
  8.  
  9.