pretty much done 03 compiler!

This commit is contained in:
pommicket 2021-11-13 14:32:00 -05:00
parent 2507f4b196
commit c664b4e61b
3 changed files with 145 additions and 9 deletions

View file

@ -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