AS = wdc816as
ASFLAGS = -L
all: instructions.obj hello1.obj hello2.obj hello3.obj labels.obj ref_only.obj
%.obj : %.asm
$(AS) $(ASFLAGS) $< -o $@