https://github.com/pdp-10/essex-bcpl
Essex BCPL for TOPS-10
https://github.com/pdp-10/essex-bcpl
bcpl bcpl-compiler pdp-10 tops-10
Last synced: 4 months ago
JSON representation
Essex BCPL for TOPS-10
- Host: GitHub
- URL: https://github.com/pdp-10/essex-bcpl
- Owner: PDP-10
- Created: 2017-01-15T13:21:23.000Z (over 9 years ago)
- Default Branch: tape
- Last Pushed: 2021-09-27T17:01:50.000Z (over 4 years ago)
- Last Synced: 2025-08-31T22:05:44.343Z (9 months ago)
- Topics: bcpl, bcpl-compiler, pdp-10, tops-10
- Homepage:
- Size: 3.89 MB
- Stars: 11
- Watchers: 7
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# essex-bcpl
Essex BCPL for TOPS-10
Essex BCPL is the Esssex University DEC PDP-10 TOPS-10 implementation of BCPL. This is required in order to compile MUD1 from
source.
COMPIL.MAC is a revised source of the DEC issued COMPILE command for DEC PDP-10 TOPS-10 Monitor 7.04 so that it recognises the BCPL file
type for compilation, linking and executing. This should be compiled using EXECUTE COMPIL.MAC/SSAVE and put the EXE in the SYS: library
if you intend to regularly use BCPL.
A SIMH TOPS-10 tape containing the BCPL COMPIL.EXE is in bcplcompil.tap. Restore to SYS: [1,4]
More detailed instructions for installation at https://www.quentin.org.uk/2018/02/25/installing-bcpl/