all: rm -f antwort nasm -felf32 code.asm -o antwort.o && ld -m elf_i386 antwort.o -o antwort