From 88ee10faceee49ef3031728cf3b93f523fc41315 Mon Sep 17 00:00:00 2001 From: IgorCielniak Date: Fri, 9 Jan 2026 15:51:04 +0100 Subject: [PATCH] added an alternate way to use the 'write' syscall that doesn't require any libraries at all --- tests/syscall_write.sl | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/tests/syscall_write.sl b/tests/syscall_write.sl index f189ad0..1df9f97 100644 --- a/tests/syscall_write.sl +++ b/tests/syscall_write.sl @@ -31,3 +31,10 @@ word main 0 end + +# simplest version, works without any libraries: +# 1 +# "hello" +# 3 +# 1 +# syscall