Files
pdp7-unix/build/fs/b_readme
T

16 lines
186 B
Plaintext

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