From 74cdeee08c5069df5f8c5fcf98f846c95e0efc1e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?b=CA=B0edoh=E2=82=82=20sw=C3=A9?= Date: Mon, 17 Jun 2024 05:12:36 +0500 Subject: [PATCH] Add std/string/print.lb --- std/string/print.lb | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 std/string/print.lb 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