diff options
| author | Amlal El Mahrouss <113760121+Amlal-ElMahrouss@users.noreply.github.com> | 2024-04-06 00:46:22 +0200 |
|---|---|---|
| committer | Amlal El Mahrouss <113760121+Amlal-ElMahrouss@users.noreply.github.com> | 2024-04-06 00:46:22 +0200 |
| commit | 4aac4b5cd9db7a1b2daa1759e8449a37410233b7 (patch) | |
| tree | e455d3279d23090bfe259374b5b37f738e3fce52 /Examples/ExampleAMD64.asm | |
| parent | 735ba60b26bc604d04e4a67e2b4570c1a50eb035 (diff) | |
Update examples.
Diffstat (limited to 'Examples/ExampleAMD64.asm')
| -rw-r--r-- | Examples/ExampleAMD64.asm | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Examples/ExampleAMD64.asm b/Examples/ExampleAMD64.asm new file mode 100644 index 0000000..12f8f61 --- /dev/null +++ b/Examples/ExampleAMD64.asm @@ -0,0 +1,4 @@ +#org 0x7c00 + +int 13 +ret |
