diff options
Diffstat (limited to 'win64call.asm')
-rw-r--r-- | win64call.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/win64call.asm b/win64call.asm index 5c1c76a..1bc6ecb 100644 --- a/win64call.asm +++ b/win64call.asm @@ -30,7 +30,7 @@ ;; first get nasm: https://nasm.us/ ;; add it to your path, then do: ;; nasm -f win64 win64call.asm -;; You will get win64call.lib +;; You will get win64call.obj ;;To use this in a C/C++ program: ;; typedef void (*FnPtr)(); ;; extern unsigned long long win64_call(FnPtr fn, void *args, long long nargs); |