From 970c5b634729bf6dac63e20b7c0dd47d450141bc Mon Sep 17 00:00:00 2001 From: phil Date: Sat, 26 Oct 2019 22:29:57 -0400 Subject: [PATCH] b_readme: B compiler now named 'b' --- build/fs/b_readme | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/fs/b_readme b/build/fs/b_readme index 0e6139c..b015a76 100644 --- a/build/fs/b_readme +++ b/build/fs/b_readme @@ -1,6 +1,6 @@ Here is how to compile and run hello.b: - @ bc hello.b hello.s + @ b hello.b hello.s @ ln dmr op.s @ as op.s bl.s hello.s bi.s I