diff options
author | pommicket <pommicket@gmail.com> | 2021-11-13 14:32:00 -0500 |
---|---|---|
committer | pommicket <pommicket@gmail.com> | 2021-11-13 14:32:00 -0500 |
commit | c664b4e61b54bed0bd55924c97fcad9d5ad97e21 (patch) | |
tree | bcc3ef0cd3263d08a7a5fd0629f14b11aef4c424 /03/in03 | |
parent | 2507f4b19677e73521e1f03b3a915e1d0c5fcee1 (diff) |
pretty much done 03 compiler!
Diffstat (limited to '03/in03')
-rw-r--r-- | 03/in03 | 6 |
1 files changed, 2 insertions, 4 deletions
@@ -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 |