1
0
mirror of https://github.com/cc65/cc65.git synced 2024-07-03 22:29:31 +00:00
cc65/libsrc/cbm510
cuz e12444824f Added condes IRQ routines and a README file.
Made k_blncur a condes IRQ routine and moved it to cgetc.s.
Added mouse and joystick routines.


git-svn-id: svn://svn.cc65.org/cc65/trunk@951 b7a2c559-68d2-44c3-8de9-860c34a00d81
2001-09-19 10:01:52 +00:00
..
_scrsize.s Started to add support for the P500 aka CBM510 2001-09-13 21:09:19 +00:00
banking.s Started to add support for the P500 aka CBM510 2001-09-13 21:09:19 +00:00
break.s Added support for the CBM510 2001-09-13 21:47:10 +00:00
cgetc.s Added condes IRQ routines and a README file. 2001-09-19 10:01:52 +00:00
clrscr.s More P500 support 2001-09-14 14:37:08 +00:00
color.s Adding CBM510 support 2001-09-13 21:37:59 +00:00
conio.s More P500 support 2001-09-14 14:37:08 +00:00
cputc.s More P500 support 2001-09-14 14:37:08 +00:00
crt0.s Cosmetic change 2001-09-14 20:39:05 +00:00
io.inc Added condes IRQ routines and a README file. 2001-09-19 10:01:52 +00:00
kbhit.s Started to add support for the P500 aka CBM510 2001-09-13 21:09:19 +00:00
kirq.s Added condes IRQ routines and a README file. 2001-09-19 10:01:52 +00:00
kplot.s Video RAM location is now defined in the linker config 2001-09-14 17:09:22 +00:00
kscnkey.s Adding CBM510 support 2001-09-13 21:37:59 +00:00
kudtim.s Started to add support for the P500 aka CBM510 2001-09-13 21:09:19 +00:00
Makefile Added condes IRQ routines and a README file. 2001-09-19 10:01:52 +00:00
mouse.s Added condes IRQ routines and a README file. 2001-09-19 10:01:52 +00:00
page3.inc Adding CBM510 support 2001-09-13 21:37:59 +00:00
peeksys.s Working in P500 code 2001-09-14 09:52:30 +00:00
pokesys.s Adding CBM510 support 2001-09-13 21:37:59 +00:00
readjoy.s Added condes IRQ routines and a README file. 2001-09-19 10:01:52 +00:00
README Added condes IRQ routines and a README file. 2001-09-19 10:01:52 +00:00
rs232.s Added the rs232 module 2001-09-14 20:52:54 +00:00
zeropage.inc Add blinking cursor on input 2001-09-18 12:23:28 +00:00

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. The indirect segment is set to the 
system bank when calling interrupt routines, this must must not be changed
when returning.