From a570892ef603aebba28ce9617fcd928df2d7761c Mon Sep 17 00:00:00 2001 From: Marvin Borner Date: Sun, 6 Mar 2022 00:39:46 +0100 Subject: Assembly required --- lib.fun | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib.fun') diff --git a/lib.fun b/lib.fun index 643149b..8d5f79d 100644 --- a/lib.fun +++ b/lib.fun @@ -1,2 +1,2 @@ _start :+: _void % danger-void danger-asm -: _asm "xor ebx, ebx\nxor eax, eax\nmov al, 0x1\nint 0x80" +: _asm "xor ebx, ebx" "xor eax, eax" "mov al, 0x1" "int 0x80" -- cgit v1.2.3