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