aboutsummaryrefslogtreecommitdiff
path: root/lib.fun
diff options
context:
space:
mode:
Diffstat (limited to 'lib.fun')
-rw-r--r--lib.fun2
1 files changed, 1 insertions, 1 deletions
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"