]> git.sur5r.net Git - cc65/commit
More module splits
authorcuz <cuz@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Wed, 25 Oct 2000 19:53:22 +0000 (19:53 +0000)
committercuz <cuz@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Wed, 25 Oct 2000 19:53:22 +0000 (19:53 +0000)
commitdd0ddc94e341d0646b5a65edcb3248dc0cf38ebb
treea870b7496d3436b243a0216d540a8ff4d85ff78d
parente3a8e6bbe4998a81052fa2c35ae4f683f4833aff
More module splits

git-svn-id: svn://svn.cc65.org/cc65/trunk@393 b7a2c559-68d2-44c3-8de9-860c34a00d81
25 files changed:
libsrc/runtime/Makefile
libsrc/runtime/addysp.s [new file with mode: 0644]
libsrc/runtime/decsp1.s [new file with mode: 0644]
libsrc/runtime/decsp2.s [new file with mode: 0644]
libsrc/runtime/decsp3.s [new file with mode: 0644]
libsrc/runtime/decsp4.s [new file with mode: 0644]
libsrc/runtime/decsp5.s [new file with mode: 0644]
libsrc/runtime/decsp6.s [new file with mode: 0644]
libsrc/runtime/decsp7.s [new file with mode: 0644]
libsrc/runtime/decsp8.s [new file with mode: 0644]
libsrc/runtime/incsp1.s [new file with mode: 0644]
libsrc/runtime/incsp2.s [new file with mode: 0644]
libsrc/runtime/incsp3.s [new file with mode: 0644]
libsrc/runtime/incsp4.s [new file with mode: 0644]
libsrc/runtime/incsp5.s [new file with mode: 0644]
libsrc/runtime/incsp6.s [new file with mode: 0644]
libsrc/runtime/incsp7.s [new file with mode: 0644]
libsrc/runtime/incsp8.s [new file with mode: 0644]
libsrc/runtime/popa.s [new file with mode: 0644]
libsrc/runtime/return0.s [new file with mode: 0644]
libsrc/runtime/return1.s [new file with mode: 0644]
libsrc/runtime/runtime.s
libsrc/runtime/staspp.s [new file with mode: 0644]
libsrc/runtime/staxspp.s [new file with mode: 0644]
libsrc/runtime/subysp.s [new file with mode: 0644]