From 65f13dba60cab28c5b6cae2d72b792ade51c86c8 Mon Sep 17 00:00:00 2001 From: Alejandro Sior Date: Sun, 31 Jul 2022 15:42:56 +0200 Subject: cook: getting system compilers --- test/test.S | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 test/test.S (limited to 'test/test.S') 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 -- cgit v1.2.3