]> git.sur5r.net Git - cc65/commit
Reduced the size of the moveinit subroutine.
authorGreg King <gregdk@users.sf.net>
Wed, 7 Oct 2015 18:56:14 +0000 (14:56 -0400)
committerGreg King <gregdk@users.sf.net>
Wed, 7 Oct 2015 18:56:14 +0000 (14:56 -0400)
commit8a880580dc08238fd4f05e18e27c23316d47a167
treeb648296a1bde7785a844f15ab468326045e641ef
parent074e10d28877647862d2dc94c2a8ce93e07585a1
Reduced the size of the moveinit subroutine.

Made other changes that were recommended by Oliver.
* Changed its name from move_init to moveinit.
* Used self-modifying code in the subroutine.
* The INIT segment doesn't need to be optional (it's used by the start-up file).
cfg/c64-overlay.cfg
cfg/c64.cfg
libsrc/c64/crt0.s
libsrc/common/moveinit.s