lang-bootstrap/03/in03

15 lines
192 B
Text
Raw Normal View History

2021-11-13 14:32:00 -05:00
; write to stdout
2021-11-13 13:48:27 -05:00
J=d1
I=:hello_world
D=:hello_world_end
2021-11-13 14:32:00 -05:00
; calculate length by subtracting end from start
2021-11-13 13:48:27 -05:00
D-=I
syscall d1
J=d42
2021-11-12 22:00:46 -05:00
syscall x3c
2021-11-13 13:00:35 -05:00
2021-11-13 13:48:27 -05:00
:hello_world
str Hello, world!
2021-11-13 13:48:27 -05:00
xa
:hello_world_end