stack: stack.o
	ld -melf_i386 -o stack stack.o

stack.o: stack.S my-macro
	as -ahlsm=stack.lst --32 -gstabs+ -o stack.o stack.S
