Home » Archimedes archive » Zipped Apps » BCPL » BCPL/README
BCPL/README
This website contains an archive of files for the Acorn Electron, BBC Micro, Acorn Archimedes, Commodore 16 and Commodore 64 computers, which Dominic Ford has rescued from his private collection of floppy disks and cassettes.
Some of these files were originally commercial releases in the 1980s and 1990s, but they are now widely available online. I assume that copyright over them is no longer being asserted. If you own the copyright and would like files to be removed, please contact me.
Tape/disk: | Home » Archimedes archive » Zipped Apps » BCPL |
Filename: | BCPL/README |
Read OK: | ✔ |
File size: | 02EA bytes |
Load address: | 0000 |
Exec address: | 0000 |
File contents
b contains the compiler source; makefile makes it armlib.a and armlib.b contain the library source (asm & bcpl respectively); no makefile apparently. mclib is the only oddity, made by assembling mclibar: other mclibxr are for variants you don't want bin contains the executables: bcpl and join are the important things. The compiler does *not* generate aof (it predates it); linking is done at application startup time. It is vital for this to work that mclib is the first input file for join. alib.newlib contains the library binaries alib.libhdr is the library header. The compiler expects to find it in $.alib.libhdr (if you use just GET "libhdr"). As far as I'm concerned, you can do whatever you want with this. Harry
00000000 62 20 20 63 6f 6e 74 61 69 6e 73 20 74 68 65 20 |b contains the | 00000010 63 6f 6d 70 69 6c 65 72 20 73 6f 75 72 63 65 3b |compiler source;| 00000020 20 6d 61 6b 65 66 69 6c 65 20 6d 61 6b 65 73 20 | makefile makes | 00000030 69 74 0a 61 72 6d 6c 69 62 2e 61 20 61 6e 64 20 |it.armlib.a and | 00000040 61 72 6d 6c 69 62 2e 62 20 63 6f 6e 74 61 69 6e |armlib.b contain| 00000050 20 74 68 65 20 6c 69 62 72 61 72 79 20 73 6f 75 | the library sou| 00000060 72 63 65 20 28 61 73 6d 20 26 20 62 63 70 6c 20 |rce (asm & bcpl | 00000070 72 65 73 70 65 63 74 69 76 65 6c 79 29 3b 0a 20 |respectively);. | 00000080 20 20 6e 6f 20 6d 61 6b 65 66 69 6c 65 20 61 70 | no makefile ap| 00000090 70 61 72 65 6e 74 6c 79 2e 20 20 6d 63 6c 69 62 |parently. mclib| 000000a0 20 69 73 20 74 68 65 20 6f 6e 6c 79 20 6f 64 64 | is the only odd| 000000b0 69 74 79 2c 20 6d 61 64 65 20 62 79 20 61 73 73 |ity, made by ass| 000000c0 65 6d 62 6c 69 6e 67 0a 20 20 20 6d 63 6c 69 62 |embling. mclib| 000000d0 61 72 3a 20 6f 74 68 65 72 20 6d 63 6c 69 62 78 |ar: other mclibx| 000000e0 72 20 61 72 65 20 66 6f 72 20 76 61 72 69 61 6e |r are for varian| 000000f0 74 73 20 79 6f 75 20 64 6f 6e 27 74 20 77 61 6e |ts you don't wan| 00000100 74 0a 62 69 6e 20 63 6f 6e 74 61 69 6e 73 20 74 |t.bin contains t| 00000110 68 65 20 65 78 65 63 75 74 61 62 6c 65 73 3a 20 |he executables: | 00000120 62 63 70 6c 20 61 6e 64 20 6a 6f 69 6e 20 61 72 |bcpl and join ar| 00000130 65 20 74 68 65 20 69 6d 70 6f 72 74 61 6e 74 20 |e the important | 00000140 74 68 69 6e 67 73 2e 20 54 68 65 0a 20 20 20 63 |things. The. c| 00000150 6f 6d 70 69 6c 65 72 20 64 6f 65 73 20 2a 6e 6f |ompiler does *no| 00000160 74 2a 20 67 65 6e 65 72 61 74 65 20 61 6f 66 20 |t* generate aof | 00000170 28 69 74 20 70 72 65 64 61 74 65 73 20 69 74 29 |(it predates it)| 00000180 3b 20 6c 69 6e 6b 69 6e 67 20 69 73 20 64 6f 6e |; linking is don| 00000190 65 20 61 74 0a 20 20 20 61 70 70 6c 69 63 61 74 |e at. applicat| 000001a0 69 6f 6e 20 73 74 61 72 74 75 70 20 74 69 6d 65 |ion startup time| 000001b0 2e 20 49 74 20 69 73 20 76 69 74 61 6c 20 66 6f |. It is vital fo| 000001c0 72 20 74 68 69 73 20 74 6f 20 77 6f 72 6b 20 74 |r this to work t| 000001d0 68 61 74 20 6d 63 6c 69 62 20 69 73 20 74 68 65 |hat mclib is the| 000001e0 0a 20 20 20 66 69 72 73 74 20 69 6e 70 75 74 20 |. first input | 000001f0 66 69 6c 65 20 66 6f 72 20 6a 6f 69 6e 2e 0a 61 |file for join..a| 00000200 6c 69 62 2e 6e 65 77 6c 69 62 20 63 6f 6e 74 61 |lib.newlib conta| 00000210 69 6e 73 20 74 68 65 20 6c 69 62 72 61 72 79 20 |ins the library | 00000220 62 69 6e 61 72 69 65 73 0a 61 6c 69 62 2e 6c 69 |binaries.alib.li| 00000230 62 68 64 72 20 69 73 20 74 68 65 20 6c 69 62 72 |bhdr is the libr| 00000240 61 72 79 20 68 65 61 64 65 72 2e 20 54 68 65 20 |ary header. The | 00000250 63 6f 6d 70 69 6c 65 72 20 65 78 70 65 63 74 73 |compiler expects| 00000260 20 74 6f 20 66 69 6e 64 20 69 74 20 69 6e 0a 20 | to find it in. | 00000270 20 20 24 2e 61 6c 69 62 2e 6c 69 62 68 64 72 20 | $.alib.libhdr | 00000280 28 69 66 20 79 6f 75 20 75 73 65 20 6a 75 73 74 |(if you use just| 00000290 20 47 45 54 20 22 6c 69 62 68 64 72 22 29 2e 0a | GET "libhdr")..| 000002a0 0a 41 73 20 66 61 72 20 61 73 20 49 27 6d 20 63 |.As far as I'm c| 000002b0 6f 6e 63 65 72 6e 65 64 2c 20 79 6f 75 20 63 61 |oncerned, you ca| 000002c0 6e 20 64 6f 20 77 68 61 74 65 76 65 72 20 79 6f |n do whatever yo| 000002d0 75 20 77 61 6e 74 20 77 69 74 68 20 74 68 69 73 |u want with this| 000002e0 2e 0a 0a 48 61 72 72 79 0a 0a |...Harry..| 000002ea