home *** CD-ROM | disk | FTP | other *** search
/ Oakland CPM Archive / oakcpm.iso / cpm / sysutl / system.lbr / SYSTEM.DZC / SYSTEM.DOC
Encoding:
Text File  |  1988-01-31  |  1.1 KB  |  20 lines

  1.  
  2.  
  3. Having made the switch from a model 1 TRS-80 to CP/M a number of years ago,
  4. there were a few things about the TRS-80 that I missed.  One of these was
  5. the SYSTEM command, that allowed me to jump anywhere in memory.  Thus arose
  6. SYSTEM.COM for CP/M.  Just simply a dumb program that emulates the TRS-80
  7. SYSTEM command.  Typing SYSTEM at the A> prompt, gets you the familiar
  8. *? prompt of the SYSTEM command.  You may, just as on the TRS-80, type a
  9. slash (/) followed by a decimal address, & control will be transferred to
  10. this address.  An improvement over the TRS-80 command is the acceptance
  11. of hex addresses if typed in directly, without the slash.  (After all, we
  12. aren't going to load anything from tape!)  Either way, the processor jumps
  13. to the specified address.  Useful for jumping to ROM monitors, etc.
  14.  
  15. This version as of 28 January 1988.  Written by Mark D. Pickerill,
  16. SYSOP, Hacker Heaven BBS, (408) 375-5455.  Tested to the best of my ability,
  17. but no guarantees are made, & the user assumes all responsibility for any
  18. risks involved in using this stupid thing...
  19.  
  20.