PROGS=/user0/pg/rex/bin
TARGET=monitor

$(TARGET).x:	$(TARGET).o
	$(PROGS)/69abs -o $(TARGET).x -rf000-0000 $(TARGET).o

$(TARGET).o : $(TARGET).s
	-$(PROGS)/69asm -o $(TARGET).o -l $(TARGET).l -g -x $(TARGET).s
