Browse Source

Adding MS-COBOL-80 Disk Image

pull/549/head
Marshall Gates 8 months ago
parent
commit
aa6375c093
  1. 28084
      Doc/Language/Microsoft_COBOL-80_Manuals_1878.pdf
  2. 4
      Source/Images/Build.cmd
  3. 15
      Source/Images/d_cobol/Readme.txt
  4. BIN
      Source/Images/d_cobol/u0/CDADDS.MAC
  5. BIN
      Source/Images/d_cobol/u0/CDADDS.REL
  6. BIN
      Source/Images/d_cobol/u0/CDADM3.MAC
  7. BIN
      Source/Images/d_cobol/u0/CDADM3.REL
  8. BIN
      Source/Images/d_cobol/u0/CDBEE.MAC
  9. BIN
      Source/Images/d_cobol/u0/CDBEE.REL
  10. BIN
      Source/Images/d_cobol/u0/CDHZ15.MAC
  11. BIN
      Source/Images/d_cobol/u0/CDHZ15.REL
  12. BIN
      Source/Images/d_cobol/u0/CDISB.MAC
  13. BIN
      Source/Images/d_cobol/u0/CDISB.REL
  14. BIN
      Source/Images/d_cobol/u0/CDPERK.MAC
  15. BIN
      Source/Images/d_cobol/u0/CDPERK.REL
  16. BIN
      Source/Images/d_cobol/u0/CDSROC.MAC
  17. BIN
      Source/Images/d_cobol/u0/CDSROC.REL
  18. BIN
      Source/Images/d_cobol/u0/CDWH19.MAC
  19. BIN
      Source/Images/d_cobol/u0/CDWH19.REL
  20. BIN
      Source/Images/d_cobol/u0/CDZEPH.MAC
  21. BIN
      Source/Images/d_cobol/u0/CDZEPH.REL
  22. BIN
      Source/Images/d_cobol/u0/COBLBX.REL
  23. BIN
      Source/Images/d_cobol/u0/COBLIB.REL
  24. BIN
      Source/Images/d_cobol/u0/COBLOC
  25. BIN
      Source/Images/d_cobol/u0/COBOL.COM
  26. BIN
      Source/Images/d_cobol/u0/COBOL1.OVR
  27. BIN
      Source/Images/d_cobol/u0/COBOL2.OVR
  28. BIN
      Source/Images/d_cobol/u0/COBOL3.OVR
  29. BIN
      Source/Images/d_cobol/u0/COBOL4.OVR
  30. BIN
      Source/Images/d_cobol/u0/CREF80.COM
  31. BIN
      Source/Images/d_cobol/u0/CRTDRV.REL
  32. BIN
      Source/Images/d_cobol/u0/CRTEST.COB
  33. BIN
      Source/Images/d_cobol/u0/CVISAM.COM
  34. BIN
      Source/Images/d_cobol/u0/DEBUG.REL
  35. BIN
      Source/Images/d_cobol/u0/L80.COM
  36. BIN
      Source/Images/d_cobol/u0/LD80.COM
  37. BIN
      Source/Images/d_cobol/u0/LIB.COM
  38. BIN
      Source/Images/d_cobol/u0/M80.COM
  39. BIN
      Source/Images/d_cobol/u0/REBUILD.COM
  40. BIN
      Source/Images/d_cobol/u0/RECOVR.COB
  41. BIN
      Source/Images/d_cobol/u0/RUNCOB.COM
  42. BIN
      Source/Images/d_cobol/u0/SEQCVT.COM
  43. BIN
      Source/Images/d_cobol/u0/SQUARO.COB
  44. 4
      Source/Images/fd_cobol.txt
  45. 4
      Source/Images/hd_cobol.txt

28084
Doc/Language/Microsoft_COBOL-80_Manuals_1878.pdf

File diff suppressed because one or more lines are too long

4
Source/Images/Build.cmd

@ -21,6 +21,7 @@ call BuildDisk.cmd aztecc fd wbw_fd144 || exit /b
call BuildDisk.cmd hitechc fd wbw_fd144 || exit /b
call BuildDisk.cmd tpascal fd wbw_fd144 || exit /b
call BuildDisk.cmd bascomp fd wbw_fd144 || exit /b
call BuildDisk.cmd cobol fd wbw_fd144 || exit /b
call BuildDisk.cmd fortran fd wbw_fd144 || exit /b
call BuildDisk.cmd games fd wbw_fd144 || exit /b
call BuildDisk.cmd cowgol fd wbw_fd144 || exit /b
@ -43,6 +44,7 @@ call BuildDisk.cmd aztecc hd wbw_hd512 || exit /b
call BuildDisk.cmd hitechc hd wbw_hd512 || exit /b
call BuildDisk.cmd tpascal hd wbw_hd512 || exit /b
call BuildDisk.cmd bascomp hd wbw_hd512 || exit /b
call BuildDisk.cmd cobol hd wbw_hd512 || exit /b
call BuildDisk.cmd fortran hd wbw_hd512 || exit /b
call BuildDisk.cmd games hd wbw_hd512 || exit /b
call BuildDisk.cmd cowgol hd wbw_hd512 || exit /b
@ -70,6 +72,7 @@ call BuildDisk.cmd aztecc hd wbw_hd1k || exit /b
call BuildDisk.cmd hitechc hd wbw_hd1k || exit /b
call BuildDisk.cmd tpascal hd wbw_hd1k || exit /b
call BuildDisk.cmd bascomp hd wbw_hd1k || exit /b
call BuildDisk.cmd cobol hd wbw_hd1k || exit /b
call BuildDisk.cmd fortran hd wbw_hd1k || exit /b
call BuildDisk.cmd games hd wbw_hd1k || exit /b
call BuildDisk.cmd cowgol hd wbw_hd1k || exit /b
@ -83,3 +86,4 @@ copy hd1k_prefix.dat ..\..\Binary\ || exit /b
echo.
echo Building Combo Disk (1024 directory entry format) Image...
copy /b hd1k_prefix.dat + ..\..\Binary\hd1k_cpm22.img + ..\..\Binary\hd1k_zsdos.img + ..\..\Binary\hd1k_nzcom.img + ..\..\Binary\hd1k_cpm3.img + ..\..\Binary\hd1k_zpm3.img + ..\..\Binary\hd1k_ws4.img ..\..\Binary\hd1k_combo.img || exit /b

15
Source/Images/d_cobol/Readme.txt

@ -0,0 +1,15 @@
===== Microsoft COBOL-80 Compiler v.4.01 =====
This is Microsoft's is Microsoft's COBOL-80, which runs on the 8080/Z-80/8085,
brings the world's most widely used computer programming language to the
microcomputer user. COBOL-80 is comparable to COBOL systems found on mini-
computers and large mainframes. Consequently, it greatly enhances the
usefulness of microcomputers because it gives users access to the
incredibly large number of programs already written in COBOL. Because
COBOL-80 is a standard, COBOL programs written on other computers may
be run easily on 8080, z-80 or 8085 systems.
The user manual is available in the Doc/Language directory,
Microsoft_COBOL-80_Manuals_1878.pdf

BIN
Source/Images/d_cobol/u0/CDADDS.MAC

Binary file not shown.

BIN
Source/Images/d_cobol/u0/CDADDS.REL

Binary file not shown.

BIN
Source/Images/d_cobol/u0/CDADM3.MAC

Binary file not shown.

BIN
Source/Images/d_cobol/u0/CDADM3.REL

Binary file not shown.

BIN
Source/Images/d_cobol/u0/CDBEE.MAC

Binary file not shown.

BIN
Source/Images/d_cobol/u0/CDBEE.REL

Binary file not shown.

BIN
Source/Images/d_cobol/u0/CDHZ15.MAC

Binary file not shown.

BIN
Source/Images/d_cobol/u0/CDHZ15.REL

Binary file not shown.

BIN
Source/Images/d_cobol/u0/CDISB.MAC

Binary file not shown.

BIN
Source/Images/d_cobol/u0/CDISB.REL

Binary file not shown.

BIN
Source/Images/d_cobol/u0/CDPERK.MAC

Binary file not shown.

BIN
Source/Images/d_cobol/u0/CDPERK.REL

Binary file not shown.

BIN
Source/Images/d_cobol/u0/CDSROC.MAC

Binary file not shown.

BIN
Source/Images/d_cobol/u0/CDSROC.REL

Binary file not shown.

BIN
Source/Images/d_cobol/u0/CDWH19.MAC

Binary file not shown.

BIN
Source/Images/d_cobol/u0/CDWH19.REL

Binary file not shown.

BIN
Source/Images/d_cobol/u0/CDZEPH.MAC

Binary file not shown.

BIN
Source/Images/d_cobol/u0/CDZEPH.REL

Binary file not shown.

BIN
Source/Images/d_cobol/u0/COBLBX.REL

Binary file not shown.

BIN
Source/Images/d_cobol/u0/COBLIB.REL

Binary file not shown.

BIN
Source/Images/d_cobol/u0/COBLOC

Binary file not shown.

BIN
Source/Images/d_cobol/u0/COBOL.COM

Binary file not shown.

BIN
Source/Images/d_cobol/u0/COBOL1.OVR

Binary file not shown.

BIN
Source/Images/d_cobol/u0/COBOL2.OVR

Binary file not shown.

BIN
Source/Images/d_cobol/u0/COBOL3.OVR

Binary file not shown.

BIN
Source/Images/d_cobol/u0/COBOL4.OVR

Binary file not shown.

BIN
Source/Images/d_cobol/u0/CREF80.COM

Binary file not shown.

BIN
Source/Images/d_cobol/u0/CRTDRV.REL

Binary file not shown.

BIN
Source/Images/d_cobol/u0/CRTEST.COB

Binary file not shown.

BIN
Source/Images/d_cobol/u0/CVISAM.COM

Binary file not shown.

BIN
Source/Images/d_cobol/u0/DEBUG.REL

Binary file not shown.

BIN
Source/Images/d_cobol/u0/L80.COM

Binary file not shown.

BIN
Source/Images/d_cobol/u0/LD80.COM

Binary file not shown.

BIN
Source/Images/d_cobol/u0/LIB.COM

Binary file not shown.

BIN
Source/Images/d_cobol/u0/M80.COM

Binary file not shown.

BIN
Source/Images/d_cobol/u0/REBUILD.COM

Binary file not shown.

BIN
Source/Images/d_cobol/u0/RECOVR.COB

Binary file not shown.

BIN
Source/Images/d_cobol/u0/RUNCOB.COM

Binary file not shown.

BIN
Source/Images/d_cobol/u0/SEQCVT.COM

Binary file not shown.

BIN
Source/Images/d_cobol/u0/SQUARO.COB

Binary file not shown.

4
Source/Images/fd_cobol.txt

@ -0,0 +1,4 @@
#
# Add the ReadMe document
#
d_cobol/ReadMe.txt 0:

4
Source/Images/hd_cobol.txt

@ -0,0 +1,4 @@
#
# Add the ReadMe document
#
d_cobol/ReadMe.txt 0:
Loading…
Cancel
Save