1
0
mirror of https://github.com/cc65/cc65.git synced 2024-10-05 09:57:05 +00:00
cc65/libsrc/cbm
uz 4127923ad1 Code optimization contributed by Kajtar Zsolt, soci@c64.rulez.org
git-svn-id: svn://svn.cc65.org/cc65/trunk@5356 b7a2c559-68d2-44c3-8de9-860c34a00d81
2012-01-01 20:03:33 +00:00
..
c_acptr.s
c_basin.s Fixes/improvements from Stefan Haubenthal 2004-01-09 17:39:55 +00:00
c_bsout.s
c_chkin.s Fixed two more function that didn't clear the high byte of the function result. 2009-08-23 21:40:36 +00:00
c_ciout.s Use external symbols for the CBM kernal jump table functions. This allows 2002-11-19 23:02:47 +00:00
c_ckout.s Fixed two more function that didn't clear the high byte of the function result. 2009-08-23 21:40:36 +00:00
c_clall.s
c_close.s
c_clrch.s
c_iobase.s Use external symbols for the CBM kernal jump table functions. This allows 2002-11-19 23:02:47 +00:00
c_listen.s Use external symbols for the CBM kernal jump table functions. This allows 2002-11-19 23:02:47 +00:00
c_load.s
c_open.s Fixes/improvements from Stefan Haubenthal 2004-01-09 17:39:55 +00:00
c_readst.s
c_save.s
c_setlfs.s Use external symbols for the CBM kernal jump table functions. This allows 2002-11-19 23:02:47 +00:00
c_setnam.s
c_talk.s
c_unlsn.s Use external symbols for the CBM kernal jump table functions. This allows 2002-11-19 23:02:47 +00:00
c_untlk.s Use external symbols for the CBM kernal jump table functions. This allows 2002-11-19 23:02:47 +00:00
cbm_close.s Added comments to cbm.h. 2001-03-20 21:06:04 +00:00
cbm_dir.c
cbm_load.c Fix parameters to cbm_load and cbm_save 2002-12-13 00:30:40 +00:00
cbm_open.s Rewrote cbm_open and cbm_read in assembler saving about 80 bytes total. 2002-06-22 10:58:24 +00:00
cbm_read.s Use external symbols for the CBM kernal jump table functions. This allows 2002-11-19 23:02:47 +00:00
cbm_save.c
cbm_write.s
cbm.inc
cclear.s
chline.s This commit was generated by cvs2svn to compensate for changes in r2, 2000-05-28 13:40:48 +00:00
clock.s
close.s
ctype.s
cvline.s This commit was generated by cvs2svn to compensate for changes in r2, 2000-05-28 13:40:48 +00:00
diskcmd.s
exehdr.s The BASIC stub does encode the start address with only 4 digits. Add a check 2011-07-08 08:58:41 +00:00
filedes.inc
filedes.s
filename.s Code optimization contributed by Kajtar Zsolt, soci@c64.rulez.org 2012-01-01 20:03:33 +00:00
filevars.s Initialize _curunit from the zeropage value DEVNUM (aka First Address) in a constructor with a very high priority to be called before DEVNUM gets overwritten by other constructors. 2010-02-14 23:12:54 +00:00
gotox.s
gotoxy.s This commit was generated by cvs2svn to compensate for changes in r2, 2000-05-28 13:40:48 +00:00
gotoy.s
initcwd.s Added initcwd.s from Stefan Haubenthal which initializes _cwd on startup. 2005-07-24 13:20:49 +00:00
loadaddr.s
Makefile
open.s
oserrlist.s
oserror.s
read.s Fixed sources to use the new __mappederrno and __directerrno functions, and 2010-06-26 11:28:44 +00:00
rwcommon.s
scratch.s
sysremove.s
sysrename.s
toascii.s The X register must be zero on return. 2009-11-02 16:24:26 +00:00
wherex.s
wherey.s Use direct access to the position variables, since gotoxy uses them also. 2003-12-27 15:51:11 +00:00
write.s