summaryrefslogtreecommitdiffhomepage
path: root/Examples/ExampleCDialect.S
diff options
context:
space:
mode:
Diffstat (limited to 'Examples/ExampleCDialect.S')
-rw-r--r--Examples/ExampleCDialect.S14
1 files changed, 0 insertions, 14 deletions
diff --git a/Examples/ExampleCDialect.S b/Examples/ExampleCDialect.S
deleted file mode 100644
index c657cbb..0000000
--- a/Examples/ExampleCDialect.S
+++ /dev/null
@@ -1,14 +0,0 @@
-; Path: Examples/ExampleCDialect.cxx
-; Language: NDK assembly. (Generated from C++)
-; Date: 2024-5-14
-
-#bits 64
-
-#org 0x1000000
-
-export .code64 __MPCC_int___ImageStart
-mov r8, 0
-
-mov r9, 36
-mov rax, r8
-ret