diff options
| author | Amlal El Mahrouss <amlal.elmahrouss@icloud.com> | 2024-04-22 21:59:37 +0200 |
|---|---|---|
| committer | Amlal El Mahrouss <amlal.elmahrouss@icloud.com> | 2024-04-22 21:59:37 +0200 |
| commit | fd67024f82d42c261f11360372ca0b70cd836924 (patch) | |
| tree | ac1e65de19b5075100cdde78bfc6935a1ead63bc /Examples/ExampleAMD64.asm | |
| parent | 2c88913195efb6519d4e081e7cffb8fcd8b184c6 (diff) | |
MHR-11: Specify CPU and sub CPU type inside container formats.
Signed-off-by: Amlal El Mahrouss <amlal.elmahrouss@icloud.com>
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 |
