diff options
author | Marvin Borner | 2022-03-06 00:39:46 +0100 |
---|---|---|
committer | Marvin Borner | 2022-03-06 00:39:46 +0100 |
commit | a570892ef603aebba28ce9617fcd928df2d7761c (patch) | |
tree | 05d0f7331ad8f6accc5f72efc92587792550212e /lib.fun | |
parent | 13b00d16f1bec54002897b27fa1b78f4da281160 (diff) |
Assembly required
Diffstat (limited to 'lib.fun')
-rw-r--r-- | lib.fun | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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" |