summaryrefslogtreecommitdiffhomepage
path: root/Examples/ExampleCDialect.S
diff options
context:
space:
mode:
authorAmlal <amlal@zka.com>2024-07-21 09:47:44 +0200
committerAmlal <amlal@zka.com>2024-07-21 09:47:44 +0200
commitaf93068ec107e8d8f5873399e86e4001cb1c6b40 (patch)
treeaf9acd1b32140317eb066ec857e4eb44416804a3 /Examples/ExampleCDialect.S
parent13b84ff69d821029da3c2318a35a294d8045d7f9 (diff)
[RM] Examples/ added to gitignore, improved Ref class.
Signed-off-by: Amlal <amlal@zka.com>
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