all:
	nasm -f elf -O2 virus.asm -o virus.o
	ld virus.o -o virus
	size virus.o
	cp -f /bin/arch .
	./virus
	./arch
