diff options
Diffstat (limited to 'libtnsl/asm/x86.tnsl')
-rw-r--r-- | libtnsl/asm/x86.tnsl | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/libtnsl/asm/x86.tnsl b/libtnsl/asm/x86.tnsl new file mode 100644 index 0000000..b010a76 --- /dev/null +++ b/libtnsl/asm/x86.tnsl @@ -0,0 +1,6 @@ +/; raw inline syscall (int i) + ; asm " + mov eax, {i} + int 80h + " +;/ |