diff options
| author | Amlal El Mahrouss <amlal.elmahrouss@icloud.com> | 2024-04-22 10:34:40 +0200 |
|---|---|---|
| committer | Amlal El Mahrouss <amlal.elmahrouss@icloud.com> | 2024-04-22 10:34:40 +0200 |
| commit | 209abc044af82897acce2ede571934af0d77b257 (patch) | |
| tree | 0734be5a848ab99b55b63904b25a16e84ed3d5e0 /Examples/ExampleAMD64.asm | |
| parent | 0027f3523f4b12e73f79b49bb7380eb0092d6b86 (diff) | |
MHR-4: Merging with unstable.
Signed-off-by: Amlal El Mahrouss <amlal.elmahrouss@icloud.com>
Diffstat (limited to 'Examples/ExampleAMD64.asm')
| -rw-r--r-- | Examples/ExampleAMD64.asm | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/Examples/ExampleAMD64.asm b/Examples/ExampleAMD64.asm index 12f8f61..4f8625e 100644 --- a/Examples/ExampleAMD64.asm +++ b/Examples/ExampleAMD64.asm @@ -1,4 +1,9 @@ #org 0x7c00 -int 13 +nop +nop +nop +nop +nop + ret |
