home *** CD-ROM | disk | FTP | other *** search
/ CP/M / CPM_CDROM.iso / zsys / znode-12 / a / basdocs.lbr / BASCOM.HLP next >
Encoding:
Text File  |  1993-06-12  |  1.0 KB  |  31 lines

  1. Overview of BASCOM ver 5.3
  2. Command examples
  3. Benchmark data
  4. :Overview of BASCOM
  5.  
  6. BASCOM accepts MBASIC programs as input and produces .REL
  7. relocatable files suitable for use by L80 or PLINK.  The
  8. MBASIC source file must have been saved as an ASCII file;
  9. tokenized files MAY NOT be used as input to BASCOM.
  10.  
  11. :Command examples to compile and link.
  12.  
  13. BASCOM =D:FILENAME.EXT/E    <--- the .BAS is assumed (required)
  14.  
  15. L80 D:SRCENAME/E,D:OBJNAME/N    <--- the .REL is assumed
  16.  
  17. ERA D:SRCENAME.REL        <--- clean up
  18.  
  19. :BASCOM Benchmark data.
  20.  
  21. BASCOM may improve run times 10% to 400% depending upon the
  22. particular program and hardware configuration.
  23. Many business programs with a mix of disk I/O and some
  24. computing improve 75% to 200% in my experience. Many by 100%.
  25. In other words, many programs run twice as fast when compiled.
  26. computing improve 75% to 200% in my experience. Many by 100%
  27. Size of buffer:     14 KB
  28. Remaining memory:  216 KB
  29. Number of copies:    1
  30. $
  31. Buffer requested is too large f