diff options
| author | Amlal <amlal@zka.com> | 2024-07-21 09:47:44 +0200 |
|---|---|---|
| committer | Amlal <amlal@zka.com> | 2024-07-21 09:47:44 +0200 |
| commit | af93068ec107e8d8f5873399e86e4001cb1c6b40 (patch) | |
| tree | af9acd1b32140317eb066ec857e4eb44416804a3 /Examples/ExampleCPlusPlus.s | |
| parent | 13b84ff69d821029da3c2318a35a294d8045d7f9 (diff) | |
[RM] Examples/ added to gitignore, improved Ref class.
Signed-off-by: Amlal <amlal@zka.com>
Diffstat (limited to 'Examples/ExampleCPlusPlus.s')
| -rw-r--r-- | Examples/ExampleCPlusPlus.s | 19 |
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 |
