1
0
mirror of https://github.com/cc65/cc65.git synced 2024-07-04 13:29:35 +00:00
cc65/libsrc/lynx
uz a3493d5e72 New versions that match the current TGI API by Karri Kaksonen.
git-svn-id: svn://svn.cc65.org/cc65/trunk@4888 b7a2c559-68d2-44c3-8de9-860c34a00d81
2010-12-20 07:20:49 +00:00
..
cgetc.s Updated version by Karri Kaksonen. 2007-02-09 08:24:03 +00:00
crt0.s Now that we reduce the size of the RAM memory area by the stacksize in the linker configuration we need to add the stacksize to end of the RAM area when setting the initial stack pointer in the startup code. 2010-10-02 10:37:20 +00:00
ctype.s Added ctype.s to make the isxxx() functions work 2004-10-08 18:53:47 +00:00
eeprom.s New module eeprom.s 2004-10-14 17:29:22 +00:00
extzp.inc New code from Karri 2004-11-29 16:03:00 +00:00
extzp.s New code from Karri 2004-11-29 16:03:00 +00:00
kbhit.s Squeezed bytes and cycles out of the kbhit functions for almost all platforms. 2009-11-24 18:31:16 +00:00
lynx-160-102-16.s New versions that match the current TGI API by Karri Kaksonen. 2010-12-20 07:20:49 +00:00
lynx-comlynx.s Renamed the comlynx source and driver to lynx-comlynx, so it follows the 2009-09-20 16:47:30 +00:00
lynx-stdjoy.s Removed display swapping code 2008-04-14 18:56:32 +00:00
mainargs.s Move constructor code into the INIT segment 2005-02-26 09:28:46 +00:00
Makefile Added an implementation of toascii() for the Lynx, contributed by Karri 2010-12-19 11:49:58 +00:00
sysuname.s Move startup code to STARTUP segment. 2004-10-08 18:52:22 +00:00
toascii.s Added an implementation of toascii() for the Lynx, contributed by Karri 2010-12-19 11:49:58 +00:00