diff options
| author | Amlal <amlalelmahrouss@icloud.com> | 2024-04-23 07:08:20 +0000 |
|---|---|---|
| committer | Amlal <amlalelmahrouss@icloud.com> | 2024-04-23 07:08:20 +0000 |
| commit | 06a21359ef5de71fb5885fddbe6747b5ef63000a (patch) | |
| tree | c1eb09e8b2a6838c6ad3667ed1196da78f62cf14 /Examples/ExampleAMD64.asm | |
| parent | 9e1cd8223cfaf97b94f07ab659b694b208447a94 (diff) | |
| parent | f83cdc7d899ada30cdcec3beb733740200f3b9e7 (diff) | |
Merged in MHR-11 (pull request #4)
MHR-11
Diffstat (limited to 'Examples/ExampleAMD64.asm')
| -rw-r--r-- | Examples/ExampleAMD64.asm | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Examples/ExampleAMD64.asm b/Examples/ExampleAMD64.asm index 0dc78c6..cc649be 100644 --- a/Examples/ExampleAMD64.asm +++ b/Examples/ExampleAMD64.asm @@ -1,4 +1,6 @@ #bits 64 +export .code64 __ImageStart + mov rax, rdx ret |
