]> git.sur5r.net Git - cc65/commit
Moved the 'memory' files from 'geos-cbm' to 'geos-common' which are believed to work...
authorol.sc <ol.sc@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Sat, 4 Feb 2012 14:53:09 +0000 (14:53 +0000)
committerol.sc <ol.sc@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Sat, 4 Feb 2012 14:53:09 +0000 (14:53 +0000)
commitabc9eba009eaf535e42590d0c262ef34b3203567
tree102771bb8fd3a290f07eb66be86709af850fe19d
parent2f10491672dbc108020a55a381a6c0fe3c3b5218
Moved the 'memory' files from 'geos-cbm' to 'geos-common' which are believed to work as-is on Apple GEOS too. The REU stuff isn't available on Apple GEOS.

git-svn-id: svn://svn.cc65.org/cc65/trunk@5438 b7a2c559-68d2-44c3-8de9-860c34a00d81
25 files changed:
libsrc/geos-cbm/memory/Makefile
libsrc/geos-cbm/memory/clearram.s [deleted file]
libsrc/geos-cbm/memory/cmpfstring.s [deleted file]
libsrc/geos-cbm/memory/cmpstring.s [deleted file]
libsrc/geos-cbm/memory/copyfstring.s [deleted file]
libsrc/geos-cbm/memory/copystring.s [deleted file]
libsrc/geos-cbm/memory/crc.s [deleted file]
libsrc/geos-cbm/memory/doublepop.s [deleted file]
libsrc/geos-cbm/memory/doublespop.s [deleted file]
libsrc/geos-cbm/memory/fillram.s [deleted file]
libsrc/geos-cbm/memory/initram.s [deleted file]
libsrc/geos-cbm/memory/movedata.s [deleted file]
libsrc/geos-common/Makefile
libsrc/geos-common/memory/Makefile [new file with mode: 0644]
libsrc/geos-common/memory/clearram.s [new file with mode: 0644]
libsrc/geos-common/memory/cmpfstring.s [new file with mode: 0644]
libsrc/geos-common/memory/cmpstring.s [new file with mode: 0644]
libsrc/geos-common/memory/copyfstring.s [new file with mode: 0644]
libsrc/geos-common/memory/copystring.s [new file with mode: 0644]
libsrc/geos-common/memory/crc.s [new file with mode: 0644]
libsrc/geos-common/memory/doublepop.s [new file with mode: 0644]
libsrc/geos-common/memory/doublespop.s [new file with mode: 0644]
libsrc/geos-common/memory/fillram.s [new file with mode: 0644]
libsrc/geos-common/memory/initram.s [new file with mode: 0644]
libsrc/geos-common/memory/movedata.s [new file with mode: 0644]