diff options
| author | Amlal <amlalelmahrouss@icloud.com> | 2024-04-22 09:05:41 +0000 |
|---|---|---|
| committer | Amlal <amlalelmahrouss@icloud.com> | 2024-04-22 09:05:41 +0000 |
| commit | 9e1cd8223cfaf97b94f07ab659b694b208447a94 (patch) | |
| tree | 7caf53aaec5e1c4e76984b0934277d013c0f1686 /Examples | |
| parent | bfe0c2d9172b8d7f831efab7db4cc3d479a58f21 (diff) | |
| parent | 2c88913195efb6519d4e081e7cffb8fcd8b184c6 (diff) | |
Merged in MHR-4 (pull request #3)
MHR-4: Add support for MODRM encoding.
Diffstat (limited to 'Examples')
| -rw-r--r-- | Examples/ExampleAMD64.asm | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/Examples/ExampleAMD64.asm b/Examples/ExampleAMD64.asm index 4f8625e..0dc78c6 100644 --- a/Examples/ExampleAMD64.asm +++ b/Examples/ExampleAMD64.asm @@ -1,9 +1,4 @@ -#org 0x7c00 - -nop -nop -nop -nop -nop +#bits 64 +mov rax, rdx ret |
