diff options
Diffstat (limited to 'Examples/ExampleAMD64.asm')
| -rw-r--r-- | Examples/ExampleAMD64.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Examples/ExampleAMD64.asm b/Examples/ExampleAMD64.asm index cc649be..781934c 100644 --- a/Examples/ExampleAMD64.asm +++ b/Examples/ExampleAMD64.asm @@ -2,5 +2,5 @@ export .code64 __ImageStart -mov rax, rdx +mov rax, 17 ret |
