1
0
mirror of https://github.com/cc65/cc65.git synced 2024-11-04 17:04:58 +00:00
cc65/libsrc/c128
cuz f74ed6a2d1 Fixed a bug
git-svn-id: svn://svn.cc65.org/cc65/trunk@914 b7a2c559-68d2-44c3-8de9-860c34a00d81
2001-09-13 21:45:44 +00:00
..
_scrsize.s
break.s
c128.inc
cgetc.s
clrscr.s
color.s Fixed a bug 2001-09-13 21:45:44 +00:00
conio.s
cputc.s
crt0.s
dbgbreak.s
kbhit.s
Makefile
mouse.s
readjoy.s
README
write.s

Implementation notes:

CONDES routines with a type code of 2 are used to implement interrupt
handlers. Note that these are called as soon as the program is started,
so they have to cope with this.