Browse Source

Merge pull request #549 from mggates39/feature/add_cobol_image

Add MS-COBOL Disk image
pull/552/head
Wayne Warthen 8 months ago
committed by GitHub
parent
commit
9563ae4c15
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 28084
      Doc/Language/Microsoft_COBOL-80_Manuals_1878.pdf
  2. 4
      Source/Images/Build.cmd
  3. 6
      Source/Images/Makefile
  4. 15
      Source/Images/d_cobol/Readme.txt
  5. BIN
      Source/Images/d_cobol/u0/CDADDS.MAC
  6. BIN
      Source/Images/d_cobol/u0/CDADDS.REL
  7. BIN
      Source/Images/d_cobol/u0/CDADM3.MAC
  8. BIN
      Source/Images/d_cobol/u0/CDADM3.REL
  9. BIN
      Source/Images/d_cobol/u0/CDBEE.MAC
  10. BIN
      Source/Images/d_cobol/u0/CDBEE.REL
  11. BIN
      Source/Images/d_cobol/u0/CDHZ15.MAC
  12. BIN
      Source/Images/d_cobol/u0/CDHZ15.REL
  13. BIN
      Source/Images/d_cobol/u0/CDISB.MAC
  14. BIN
      Source/Images/d_cobol/u0/CDISB.REL
  15. BIN
      Source/Images/d_cobol/u0/CDPERK.MAC
  16. BIN
      Source/Images/d_cobol/u0/CDPERK.REL
  17. BIN
      Source/Images/d_cobol/u0/CDSROC.MAC
  18. BIN
      Source/Images/d_cobol/u0/CDSROC.REL
  19. BIN
      Source/Images/d_cobol/u0/CDWH19.MAC
  20. BIN
      Source/Images/d_cobol/u0/CDWH19.REL
  21. BIN
      Source/Images/d_cobol/u0/CDZEPH.MAC
  22. BIN
      Source/Images/d_cobol/u0/CDZEPH.REL
  23. BIN
      Source/Images/d_cobol/u0/COBLBX.REL
  24. BIN
      Source/Images/d_cobol/u0/COBLIB.REL
  25. BIN
      Source/Images/d_cobol/u0/COBLOC
  26. BIN
      Source/Images/d_cobol/u0/COBOL.COM
  27. BIN
      Source/Images/d_cobol/u0/COBOL1.OVR
  28. BIN
      Source/Images/d_cobol/u0/COBOL2.OVR
  29. BIN
      Source/Images/d_cobol/u0/COBOL3.OVR
  30. BIN
      Source/Images/d_cobol/u0/COBOL4.OVR
  31. BIN
      Source/Images/d_cobol/u0/CREF80.COM
  32. BIN
      Source/Images/d_cobol/u0/CRTDRV.REL
  33. BIN
      Source/Images/d_cobol/u0/CRTEST.COB
  34. BIN
      Source/Images/d_cobol/u0/CVISAM.COM
  35. BIN
      Source/Images/d_cobol/u0/DEBUG.REL
  36. BIN
      Source/Images/d_cobol/u0/L80.COM
  37. BIN
      Source/Images/d_cobol/u0/LD80.COM
  38. BIN
      Source/Images/d_cobol/u0/LIB.COM
  39. BIN
      Source/Images/d_cobol/u0/M80.COM
  40. BIN
      Source/Images/d_cobol/u0/REBUILD.COM
  41. BIN
      Source/Images/d_cobol/u0/RECOVR.COB
  42. BIN
      Source/Images/d_cobol/u0/RUNCOB.COM
  43. BIN
      Source/Images/d_cobol/u0/SEQCVT.COM
  44. BIN
      Source/Images/d_cobol/u0/SQUARO.COB
  45. 4
      Source/Images/fd_cobol.txt
  46. 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 hitechc fd wbw_fd144 || exit /b
call BuildDisk.cmd tpascal 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 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 fortran fd wbw_fd144 || exit /b
call BuildDisk.cmd games fd wbw_fd144 || exit /b call BuildDisk.cmd games fd wbw_fd144 || exit /b
call BuildDisk.cmd cowgol 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 hitechc hd wbw_hd512 || exit /b
call BuildDisk.cmd tpascal 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 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 fortran hd wbw_hd512 || exit /b
call BuildDisk.cmd games hd wbw_hd512 || exit /b call BuildDisk.cmd games hd wbw_hd512 || exit /b
call BuildDisk.cmd cowgol 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 hitechc hd wbw_hd1k || exit /b
call BuildDisk.cmd tpascal 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 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 fortran hd wbw_hd1k || exit /b
call BuildDisk.cmd games hd wbw_hd1k || exit /b call BuildDisk.cmd games hd wbw_hd1k || exit /b
call BuildDisk.cmd cowgol 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.
echo Building Combo Disk (1024 directory entry format) Image... 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 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

6
Source/Images/Makefile

@ -8,7 +8,7 @@ FDIMGS = fd144_cpm22.img fd144_zsdos.img fd144_nzcom.img \
fd144_z3plus.img \ fd144_z3plus.img \
fd144_z80asm.img fd144_aztecc.img fd144_hitechc.img \ fd144_z80asm.img fd144_aztecc.img fd144_hitechc.img \
fd144_bascomp.img fd144_fortran.img fd144_games.img \ fd144_bascomp.img fd144_fortran.img fd144_games.img \
fd144_tpascal.img fd144_cowgol.img
fd144_tpascal.img fd144_cowgol.img fd144_cobol.img
HD512IMGS = hd512_cpm22.img hd512_zsdos.img hd512_nzcom.img \ HD512IMGS = hd512_cpm22.img hd512_zsdos.img hd512_nzcom.img \
hd512_cpm3.img hd512_zpm3.img hd512_ws4.img hd512_cpm3.img hd512_zpm3.img hd512_ws4.img
HD512XIMGS = hd512_z80asm.img hd512_aztecc.img hd512_hitechc.img \ HD512XIMGS = hd512_z80asm.img hd512_aztecc.img hd512_hitechc.img \
@ -16,7 +16,7 @@ HD512XIMGS = hd512_z80asm.img hd512_aztecc.img hd512_hitechc.img \
hd512_tpascal.img hd512_dos65.img hd512_qpm.img \ hd512_tpascal.img hd512_dos65.img hd512_qpm.img \
hd512_z3plus.img \ hd512_z3plus.img \
hd512_cowgol.img hd512_msxroms1.img hd512_msxroms2.img \ hd512_cowgol.img hd512_msxroms1.img hd512_msxroms2.img \
hd512_blank.img
hd512_cobol.img hd512_blank.img
HD1KIMGS = hd1k_cpm22.img hd1k_zsdos.img hd1k_nzcom.img \ HD1KIMGS = hd1k_cpm22.img hd1k_zsdos.img hd1k_nzcom.img \
hd1k_cpm3.img hd1k_zpm3.img hd1k_ws4.img hd1k_cpm3.img hd1k_zpm3.img hd1k_ws4.img
HD1KXIMGS = hd1k_z80asm.img hd1k_aztecc.img hd1k_hitechc.img \ HD1KXIMGS = hd1k_z80asm.img hd1k_aztecc.img hd1k_hitechc.img \
@ -24,7 +24,7 @@ HD1KXIMGS = hd1k_z80asm.img hd1k_aztecc.img hd1k_hitechc.img \
hd1k_tpascal.img hd1k_qpm.img \ hd1k_tpascal.img hd1k_qpm.img \
hd1k_z3plus.img \ hd1k_z3plus.img \
hd1k_cowgol.img hd1k_msxroms1.img hd1k_msxroms2.img \ hd1k_cowgol.img hd1k_msxroms1.img hd1k_msxroms2.img \
hd1k_blank.img
hd1k_cobol.img hd1k_blank.img
HD1KXIMGS += hd1k_bp.img HD1KXIMGS += hd1k_bp.img
HD512PREFIX = HD512PREFIX =

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