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:
Warren Toomey
2016-03-23 22:45:53 +10:00
parent 2cc1097593
commit 945fa20bae
3 changed files with 33 additions and 4 deletions
+14
View File
@@ -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!