COM=65c02
.SUFFIXES: .m65 .hex

.m65.hex:
	as$(COM) $(AFLAGS) $< > $*.prn
	mv $(COM).out $*.hex

AFLAGS=-novd

appmai: appmai.hex

ssc: appssc.hex
	
hmm: apphmm.hex   

msv: appmsv.hex

acc: appacc.hex

cps: appcps.hex

ccs: appccs.hex

gs:  appgs.hex

