From fa02225c5ae8b704408769c70bb47101042762b8 Mon Sep 17 00:00:00 2001
From: Marvin Borner
Date: Sun, 20 Feb 2022 18:48:30 +0100
Subject: Haskell ftw

---
 test.asm | 10 ++++++++++
 1 file changed, 10 insertions(+)
 create mode 100644 test.asm

(limited to 'test.asm')

diff --git a/test.asm b/test.asm
new file mode 100644
index 0000000..3fb6e31
--- /dev/null
+++ b/test.asm
@@ -0,0 +1,10 @@
+global _start
+section .text
+
+_start:
+	xor ebx, ebx
+ 	xor eax, eax
+	mov al, 0x1
+	int 0x80
+
+; nasm -f elf64 test.asm && ld -o test.o
-- 
cgit v1.2.3