home *** CD-ROM | disk | FTP | other *** search
/ Mega Top 1 / os2_top1.zip / os2_top1 / DOS_GG / COMCAT / VOL33.ARJ / VOL3301 next >
Text File  |  1992-01-07  |  5KB  |  102 lines

  1.  
  2.  Volume 3301 - Released july 1987  -  Abstract (C) CP/MS gg
  3.  
  4. CP/MS gg NL volume 3301
  5.  
  6. gelijk aan CP/M-MSDOS UK 1
  7.  
  8. Titel: MS-DOS Small C, Disk Utilities
  9.  
  10. Number Name            Size    Date    Comments
  11. 301.01 ADU      DOC     7808  12-02-86 Apricot disk utility (similar to DUU)
  12. 301.02 ADU      EXE    17152  12-02-86       /
  13. 301.03 ADU      HLP     1536  12-02-86       /
  14. 301.04 ADU      SMC    13056  12-02-86       /
  15.        CATALOG  301     2607   4-27-87 This list
  16. 301.05 C86LIB   ASM    17024  12-02-86 Small C Compiler sources             
  17. 301.06 C86N     NEW     4352  12-02-86       /                              
  18. 301.07 C86N-0   CMS     4992  12-02-86       /                              
  19. 301.08 C86N-1   CMS     6272  12-02-86       /                              
  20. 301.09 C86N-2   CMS    10240  12-02-86       /                              
  21. 301.10 C86N-3   C       4736  12-02-86       /                              
  22. 301.11 C86N-4   CMS     5376  12-02-86       /                              
  23. 301.12 C86N-5   NEW     3456  12-02-86       /                              
  24. 301.13 C86N-6   C       3840  12-02-86       /                              
  25. 301.14 C86N-7   C       4096  12-02-86       /                              
  26. 301.15 C86N-8   CMS     4736  12-02-86       /                              
  27. 301.16 C86N-9   CMS     4608  12-02-86       /                              
  28. 301.17 CRC      COM     2943  12-02-86 CRC program
  29. 301.18 IDU      DOC      384  12-02-86 PC disk utility (similar to DUU)     
  30. 301.19 IDU      EXE    17049  12-02-86       /                              
  31. 301.20 IDU      HLP     1280  12-02-86       /                              
  32. 301.21 IDU      SMC    12802  12-02-86       /                              
  33. 301.22 KT       EXE    10496  12-02-86 Knights Tour in Small C              
  34. 301.23 KT       SMC    10368  12-02-86       /                              
  35. 301.24 KTDATA   001      512  12-02-86       /                              
  36. 301.25 KTDATA   097      512  12-02-86       /                              
  37. 301.26 KTDATA   098      512  12-02-86       /                              
  38. 301.27 KTDATA   099      512  12-02-86       /                              
  39. 301.28 MSC      DOC    12160  12-02-86 Small C Compiler documentation       
  40. 301.29 MSC      EXE    37632  12-02-86 Small C Compiler                     
  41. 301.30 MSC86-1  EXT     1280  12-02-86 Part of Compiler source              
  42. 301.31 MSC86-2  EXT     1792  12-02-86       /                              
  43. 301.32 NUMIO    LIB     2048  12-02-86 Small C library                      
  44. 301.33 PDIR     EXE     8192  12-02-86 Sorted directory listing             
  45. 301.34 PDIR     SMC     4096  12-02-86       /                              
  46. 301.35 VOL3301  ABS     2176   4-26-87 Disk abstract
  47. 301.36 VOL3301  CRC     2114  12-02-86 CP/M UK Catalog /w checksums
  48.               37 File(s)    101376 bytes free on volume VOL3301
  49.  
  50.                              UK MSDOS VOLUME 001
  51.  
  52.  
  53. MSC -     Small C compiler for MSDOS v.2 or later. Modified from  version for
  54. CPM-86 on SIG/M Lib.Vol.144 (Note: mistake,  it seems. SIG/M 144 is a 'C' disk
  55. but SIG/M 149 / CPMSgg- NL volume 1249 contains a small C compiler. Zorro).
  56. See  MSC.DOC for full details. This release version will run  without change
  57. on Apricot PC or Xi. Syntax is as Small C  in CP/M ProgrammaTheek with
  58. addition of do...while    construct. (Runs OK on IBM PC or clone - DPF)
  59.  
  60. N.B.      All files except KTDATA.* and *.EXE are ascii (text) files.
  61.  
  62. ADU.*     Sector read/write/display for MS-DOS loosely in style of  CPM-80
  63. DU's. SMC file is Small C source, EXE is MS-DOS  execute file, HLP is called
  64. into memory by program or can  be listed as summary file and DOC tells all.
  65. Main omission is file cluster trail but system calls do not seem  
  66. to exist to do this. Any ideas?
  67.  
  68. C86LIB.ASM
  69.         Small C i/o library for use with Macro-86. Included at  assembly time.
  70.  
  71. C86N*.*
  72.      MSC source files. See MSC.DOC for explanation of file types.
  73.  
  74. IDU.*
  75.         As ADU but modified for IBM PC or clones.
  76.  
  77. MSC.EXE
  78.         MSDOS execute file for Small C for Apricot. Change ask()  routine in
  79. C86N-1.CMS for other machines.
  80.  
  81. MSC.DOC
  82.      Read all about it.
  83.  
  84. MSC86-*.EXT
  85.      External declarations for two parts of MSC. See MSC.DOC
  86.  
  87. KT.* Knights' Tour game. Games can be saved and later reloaded  to continue.
  88. The end of game routines do work too, although tests took a long time.
  89.  
  90. KTDATA.*
  91.        Saved games for above.
  92. KTDATA.098 is solution for 8x8 square and KTDATA.097 for 7x7.
  93.  
  94.  
  95. NUMIO.LIB
  96.         File from UK CP/M Library volume 15.
  97.  
  98. PDIR.*
  99.      Sorted listing of current MSDOS directory. Prompts for  drive. Enough
  100. space for Drive A (Winchester) directory  (256 entries) on Apricot Xi.
  101.  
  102.  From: Steve Turner    Tel (Work) 0273-515566