From 0b8e618c7e32bd22158ee74bc3cf095b1b262032 Mon Sep 17 00:00:00 2001 From: Clemens Fries Date: Wed, 5 Dec 2018 18:19:52 +0100 Subject: Add some 64 bit assembly program from around 2010 --- linux64/Makefile | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 linux64/Makefile (limited to 'linux64/Makefile') diff --git a/linux64/Makefile b/linux64/Makefile new file mode 100644 index 0000000..5254a2f --- /dev/null +++ b/linux64/Makefile @@ -0,0 +1,3 @@ +default: + nasm -f elf64 foo.asm + ld -o foo foo.o -- cgit