From 7af29dd9229d136913c9c5fcf16cfa3edea63cd0 Mon Sep 17 00:00:00 2001 From: phil Date: Fri, 25 Oct 2019 18:10:08 -0400 Subject: [PATCH] b_readme: update to reflect op.s --- build/fs/b_readme | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/build/fs/b_readme b/build/fs/b_readme index 5c5099c..0e6139c 100644 --- a/build/fs/b_readme +++ b/build/fs/b_readme @@ -1,10 +1,11 @@ Here is how to compile and run hello.b: @ bc hello.b hello.s - @ as ops.s bl.s hello.s bi.s + @ ln dmr op.s + @ as op.s bl.s hello.s bi.s I II - ops.s + op.s bl.s hello.s bi.s