summaryrefslogtreecommitdiff
path: root/test/test.S
diff options
context:
space:
mode:
Diffstat (limited to 'test/test.S')
-rw-r--r--test/test.S6
1 files changed, 6 insertions, 0 deletions
diff --git a/test/test.S b/test/test.S
new file mode 100644
index 0000000..875ab58
--- /dev/null
+++ b/test/test.S
@@ -0,0 +1,6 @@
+.code64
+
+.global test
+test:
+ mov $69, %rax
+ ret \ No newline at end of file