From c664b4e61b54bed0bd55924c97fcad9d5ad97e21 Mon Sep 17 00:00:00 2001 From: pommicket Date: Sat, 13 Nov 2021 14:32:00 -0500 Subject: pretty much done 03 compiler! --- 03/in03 | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to '03/in03') diff --git a/03/in03 b/03/in03 index 3be190d..dcbf395 100644 --- a/03/in03 +++ b/03/in03 @@ -1,10 +1,8 @@ -return -str Hi -align -return +; write to stdout J=d1 I=:hello_world D=:hello_world_end +; calculate length by subtracting end from start D-=I syscall d1 J=d42 -- cgit v1.2.3