aboutsummaryrefslogtreecommitdiff
path: root/lib.fun
diff options
context:
space:
mode:
authorMarvin Borner2022-03-06 00:39:46 +0100
committerMarvin Borner2022-03-06 00:39:46 +0100
commita570892ef603aebba28ce9617fcd928df2d7761c (patch)
tree05d0f7331ad8f6accc5f72efc92587792550212e /lib.fun
parent13b00d16f1bec54002897b27fa1b78f4da281160 (diff)
Assembly required
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"