summaryrefslogtreecommitdiff
path: root/test/test.S
diff options
context:
space:
mode:
authorAlejandro Sior <aho@sior.be>2022-08-06 10:50:56 +0200
committerAlejandro Sior <aho@sior.be>2022-08-06 10:50:56 +0200
commit83e7d98e5ac459d5d40b142dbd66ce63ef1aa983 (patch)
treea8476aa37ce511c5f98ad8d502bea5597baa0bba /test/test.S
parent88d707bd8043b2257d2fc6498dc76defa0164793 (diff)
cook: rudimentary handling of libraries
Diffstat (limited to 'test/test.S')
-rw-r--r--test/test.S6
1 files changed, 0 insertions, 6 deletions
diff --git a/test/test.S b/test/test.S
deleted file mode 100644
index 875ab58..0000000
--- a/test/test.S
+++ /dev/null
@@ -1,6 +0,0 @@
-.code64
-
-.global test
-test:
- mov $69, %rax
- ret \ No newline at end of file