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

  1. 5. The upper limit of workspace that SAM will
  2. assume is just below your CCP. This is determined by the
  3. fact that location "TAM + OPV" contains 0.
  4.  
  5. There are two ways to change this limit: the first way is
  6. ephemeral and lasts only while you are using SAM
  7. and consists of executing the &cws,HEXLOC/ 
  8. function, where HEXLOC is the current desired upper limit
  9. of workspace - be sure to use upper case symbols
  10. when telling SAM about hexadecimal adresses.
  11.  
  12. The second way is permanent and not dependent on the size of
  13. your CP/M system, and that is to replace the zeroes at
  14. TAM - OPV and at TAM with a fixed adress - this is done
  15. either with the monitor functions &c. or using SAM thus:
  16.  
  17. %xwp,%xal,tam,%xal,opv//,HEXLOC/
  18.  
  19. expression. The foregoing changes the permanent table
  20. which only is effective upon the next reentry into SAM.
  21.  
  22.  
  23.  
  24. 6. Other general information is contained in "SAM"
  25. organized files which you can access easily using SAM.
  26.  
  27. After you have successfully started up SAM as evidenced by
  28. receiving a line feed with no other message - and proven it
  29. by typing something followed by an equal sign and getting
  30. the something vomited back at you,
  31. then you can use the SAM file functions to bring in and
  32. view the texts they contain.
  33.  
  34. Be sure to either specify the appropriate extension in
  35. your file commands, or to preset the extension using
  36. the %sfe,EXT/ command where EXT is the desired
  37. extension. Note that EXT may be either symbols, or ???
  38. or even nothing as in %sfe/; if you have set up the latter
  39. the execution of the list file function &lf, / will
  40. display your directory - horizontally,
  41. and %lf,{linefeed}/ vertically.
  42.  
  43.