# # makefile for CC65 runtime library # #-------------------------------------------------------------------------- # Object files S_OBJS += crc.o \ doublepop.o \ reuregs.o \ clearram.o \ fillram.o \ initram.o \ movedata.o \ stashram.o \ fetchram.o \ swapram.o \ verifyram.o \ doublespop.o \ copystring.o \ cmpstring.o \ copyfstring.o \ cmpfstring.o