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.
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
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!
|
||||
|
||||
|
||||
Reference in New Issue
Block a user