diff --git a/std/string/print.lb b/std/string/print.lb new file mode 100644 index 0000000..4923017 --- /dev/null +++ b/std/string/print.lb @@ -0,0 +1,11 @@ +@ 0 + args 0 + +@ 1 + size + jz 2 + putc + jmp 1 + +@ 2 + quit