Files
pdp7-unix/build/fs/b_readme
T
2019-10-26 01:14:55 -04:00

16 lines
187 B
Plaintext

Here is how to compile and run hello.b:
@ bc 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!