mirror of
https://github.com/DoctorWkt/pdp7-unix.git
synced 2026-02-19 05:57:37 +00:00
as system/bc. Added a b_readme in dmr's home directory to explain how to compile hello.b.
15 lines
176 B
Plaintext
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!
|
|
|
|
|