]> git.sur5r.net Git - cc65/commit
Use the new declarations from the zeropage include file. In interrupt handlers
authoruz <uz@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Sun, 4 Nov 2012 15:23:05 +0000 (15:23 +0000)
committeruz <uz@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Sun, 4 Nov 2012 15:23:05 +0000 (15:23 +0000)
commitdc4e898abd273970b52c9fbfda6d721c6ee77a09
treebedf86be61cd8ee17eb03d1365030f5ae27926d1
parent673b982b22467a63218dffd7ef10356ec17c36e7
Use the new declarations from the zeropage include file. In interrupt handlers
that call C code, we don't need to save the register bank, because the C code
will save it, when needed.

git-svn-id: svn://svn.cc65.org/cc65/trunk@5909 b7a2c559-68d2-44c3-8de9-860c34a00d81
libsrc/common/_printf.s
libsrc/common/interrupt.s
libsrc/common/modload.s
libsrc/dbg/dbgsupp.s
libsrc/runtime/zeropage.s