summaryrefslogtreecommitdiff
path: root/test/test.asm
diff options
context:
space:
mode:
authorAlejandro Sior <aho@sior.be>2022-07-30 22:53:58 +0200
committerAlejandro Sior <aho@sior.be>2022-07-30 22:53:58 +0200
commitab4e773dacc5411b7ede04950b07209dc606ad2f (patch)
tree6032329627c28565381c10cc47de146fc2c03b77 /test/test.asm
cook: add basic makefile generation
Diffstat (limited to 'test/test.asm')
-rw-r--r--test/test.asm6
1 files changed, 6 insertions, 0 deletions
diff --git a/test/test.asm b/test/test.asm
new file mode 100644
index 0000000..bcd7d20
--- /dev/null
+++ b/test/test.asm
@@ -0,0 +1,6 @@
+[bits 64]
+
+global test
+test:
+ mov eax, 69
+ ret \ No newline at end of file