diff options
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 |
