1
0
mirror of https://github.com/DoctorWkt/pdp7-unix.git synced 2026-02-19 05:57:37 +00:00
Files
DoctorWkt.pdp7-unix/build/fs/b_readme
Warren Toomey 945fa20bae Added rules to build the B compiler and modified proto to install it
as system/bc. Added a b_readme in dmr's home directory to explain
how to compile hello.b.
2016-03-23 22:45:53 +10:00

15 lines
176 B
Plaintext

Here is how to compile and run hello.b:
@ bc hello.b hello.s
@ as ops.s bl.s hello.s bi.s
I
II
ops.s
bl.s
hello.s
bi.s
@ a.out
Hello, World!