[Assignment-5] setup task 3 (syscalling)
This commit is contained in:
parent
8afa5409e6
commit
e8894d34d1
2 changed files with 22 additions and 0 deletions
|
|
@ -0,0 +1,3 @@
|
|||
all:
|
||||
rm -f antwort
|
||||
nasm -felf32 code.asm -o antwort.o && ld -m elf_i386 antwort.o -o antwort
|
||||
Loading…
Add table
Add a link
Reference in a new issue