]> git.sur5r.net Git - cc65/blob - libsrc/cbm510/README
Improved memset/memcpy/memmove functions by Christian Krueger.
[cc65] / libsrc / cbm510 / README
1 Implementation notes:
2
3 CONDES routines with a type code of 2 are used to implement interrupt
4 handlers. Note that these are called as soon as the program is started,
5 so they have to cope with this. The indirect segment is set to the 
6 system bank when calling interrupt routines, this must must not be changed
7 when returning.
8