Does anyone know where I can obtain MetaComCo BCPL?

Anything QL Software or Programming Related.
Coxy
ROM Dongle
Posts: 2
Joined: Sat May 03, 2025 8:18 pm

Re: Does anyone know where I can obtain MetaComCo BCPL?

Post by Coxy »

swensont wrote: Fri Nov 15, 2024 4:20 pm I'm late to this conversation, but I'm tinkering with BCPL. I've hit two snags. With the compiler running on SMSQmulator, the compiler window will disappear as soon as compilation has completed. If it completes with an error, you can't see what the error is. I don't see any options to pause the compiler to display the results of compilation. Since this the root of the issue is the PE, I switched over the sQLux to run BCPL. I'm now hitting an issue of when any BCPL program finished (like the compiler), sQLux just hangs.

Has any one else hit these issues and if so, have anyone found a workaround?

Tim
BCPL compiler has five prompts, 1) input source, 2) output binary, 3) verification file 4) Options, and 5) Alter Window. Compiler messages, including errors, go to verification file, if no file specified output goes to window. As window disappears always define a verification file.

Output binary left blank then only verification takes place.

Example compile of CLOCK from manual,

Code: Select all

Source file? mdv2_clock_bcpl
(Press ENTER for defaults)
Binary file? mdv2_clock_bin
Verification file? mdv2_clock_ver
Options? <ENTER>
Alter window [Y/N]? <ENTER>
mdv2_clock_ver contains

Code: Select all

QL BCPL Compiler
Section clock
Syntax Analyser
18% workspace used
Code Generator
19% workspace used
Bit late but hope this helps.


User avatar
Derek_Stewart
Font of All Knowledge
Posts: 4866
Joined: Mon Dec 20, 2010 11:40 am
Location: Sunny Runcorn, Cheshire, UK

Re: Does anyone know where I can obtain MetaComCo BCPL?

Post by Derek_Stewart »

Hi,

Here is my cleaned version of the Metacomco BCPL manual:
BCPLv02.pdf
Metacomco BCPL Manual
(377.11 KiB) Downloaded 11 times


Regards, Derek
Post Reply