]> git.sur5r.net Git - cc65/commit
Splitted the push.s module
authorcuz <cuz@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Thu, 26 Oct 2000 20:43:54 +0000 (20:43 +0000)
committercuz <cuz@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Thu, 26 Oct 2000 20:43:54 +0000 (20:43 +0000)
commit4a7642e98c404883e6757e5dabd36e3a9c8431a9
treec509b066c2a5055d1e48369a74e6d9fcc1fbab99
parent826a9545e44dd9ae620bd33dd2ae537f95f0a2c4
Splitted the push.s module

git-svn-id: svn://svn.cc65.org/cc65/trunk@397 b7a2c559-68d2-44c3-8de9-860c34a00d81
15 files changed:
libsrc/runtime/Makefile
libsrc/runtime/push.s [deleted file]
libsrc/runtime/push1.s [new file with mode: 0644]
libsrc/runtime/push2.s [new file with mode: 0644]
libsrc/runtime/push3.s [new file with mode: 0644]
libsrc/runtime/push4.s [new file with mode: 0644]
libsrc/runtime/push5.s [new file with mode: 0644]
libsrc/runtime/push6.s [new file with mode: 0644]
libsrc/runtime/push7.s [new file with mode: 0644]
libsrc/runtime/pusha.s [new file with mode: 0644]
libsrc/runtime/pushaff.s [new file with mode: 0644]
libsrc/runtime/pushax.s [new file with mode: 0644]
libsrc/runtime/pushc0.s [new file with mode: 0644]
libsrc/runtime/pushc1.s [new file with mode: 0644]
libsrc/runtime/pushc2.s [new file with mode: 0644]