> >Log Message: > >I have no idea why the assembler doesn't like > > bc 25,0,label > >so replace it with > > bdnz+ label > >which is the same thing. > > Can you do this in the Makefile, please? Er, how?