home *** CD-ROM | disk | FTP | other *** search
/ CP/M / CPM_CDROM.iso / simtel / sigm / vols000 / vol050 / stscopy.sub < prev    next >
Encoding:
Text File  |  1984-04-29  |  969 b   |  34 lines

  1. ;STSCOPY.SUB        June 16, 1981
  2. ;
  3. ;Type SUBMIT STSCOPY z xxx mm hhhh y, where 'z' is the destination
  4. ;drive for the output of the STSCOPY.SUB file (this file),
  5. ;xxx is your customized unit record I/O source file,
  6. ;mm is the memory size - 2 in 1K byte units, and hhhh is the
  7. ;hexadecimal offset for loading the BIOS.  For example,
  8. ;if the memory size is 55K, then mm is 53 and hhhh is 5180.
  9. ;y is P if the PRN files are to be printed, otherwise ;.
  10. ;
  11. ;    Assemble BIOS
  12. PIP $1:STSBIOS.ASM=CONFIG,DTC,BIOS1,BIOS2,$2,BIOS3,MODEL,BIOS4[V]
  13. ASM $1:STSBIOS
  14. ERA $1:STSBIOS.ASM
  15. $5IP PRN:=$1:STSBIOS.PRN[T6]
  16. ERA $1:STSBIOS.PRN
  17. ;
  18. ;    Assemble STSCOPY
  19. PIP $1:STSCOPY.ASM=CONFIG,DTC,STSCOPY[V]
  20. ASM $1:STSCOPY
  21. ERA $1:STSCOPY.ASM
  22. $5IP PRN:=$1:STSCOPY.PRN[T6]
  23. ERA $1:STSCOPY.PRN
  24. LOAD $1:STSCOPY
  25. ERA $1:STSCOPY.HEX
  26. ;
  27. ;    Construct STSCPM.COM
  28. MOVCPM $3 *
  29. DTCLOAD $1:STSBIOS O=$4
  30. ;Maximum system size is 57
  31. SAVE 57 $1:STSCPM.COM
  32. ERA $1:STSBIOS.HEX
  33. ;STSCOPY.SUB done.
  34.