home *** CD-ROM | disk | FTP | other *** search
/ CP/M / CPM_CDROM.iso / simtel / sigm / vols000 / vol053 / info5.doc < prev    next >
Text File  |  1984-04-29  |  2KB  |  49 lines

  1. ***************************
  2. W A R N I N G
  3.  
  4.  
  5. As a special treat this version of the SAM76
  6. language contains approximately 50 functions
  7. which have not yet been described anywhere.
  8.  
  9. Watch for Doctor Dobbs or put yourself on
  10. the list to get advance preprints by sending
  11. me a prestamped envelope self
  12. adressed (to yourself of course) which
  13. contains one dollar. This will entitle you
  14. to receive the next upcoming preprint and
  15. then you can recurse {note the re in front
  16. of the preceding word}.
  17.  
  18. In particular be careful of the XU function.
  19.  
  20. A list of the subfunctions of XU is obtained
  21. by doing &xu,lf, /, and the XU subfunctions
  22. are performed thus %xu,mm,1000,1200,6000/
  23. will simply move memory starting at 1000
  24. through 1200 into 6000.
  25.  
  26. likewise, VM - verify memory, DM duplicate (fill) memory
  27. etc. . .
  28.  
  29. You can get a list of functions in the disk overlay
  30. by executing the "lff" list file function.
  31.  
  32. Be careful not to use the following recklessly
  33. until the description has been published:
  34.  
  35. %xrs,unit,track,sector/     X read sector
  36. %xws,unit,track,sector/     X write sector
  37. %xbf,filename/              X bring file
  38. %xuf,filename/              X update file
  39. %dif,filename/              Designate Input File
  40. %dof,filename/              Designate Output File
  41. %rfr,/                      Read File Record
  42. %wfr,text/                  Write File Record
  43. %sic,channel/               Select Input Channel
  44. %soc,channel/               Select Output Channel
  45. The "ti" time and "sti" set time functions will
  46. work properly if you have a COMPTEK clock, with a port
  47. adress of 250.
  48.  
  49.