1
0
mirror of https://github.com/cc65/cc65.git synced 2024-10-04 18:57:06 +00:00
cc65/libsrc/cbm
uz a9990fbcf3 Changed priorities of destructors so atexit will be called before open files
are closed on exit, so atexit handlers may close the files themselves or
whatever is necessary for a clean shutdown.


git-svn-id: svn://svn.cc65.org/cc65/trunk@4939 b7a2c559-68d2-44c3-8de9-860c34a00d81
2011-01-28 10:55:03 +00:00
..
c_acptr.s
c_basin.s
c_bsout.s Use external symbols for the CBM kernal jump table functions. This allows 2002-11-19 23:02:47 +00:00
c_chkin.s
c_ciout.s
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
c_listen.s
c_load.s
c_open.s
c_readst.s Fixes/improvements from Stefan Haubenthal 2004-01-09 17:39:55 +00:00
c_save.s
c_setlfs.s
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
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
cbm_read.s
cbm_save.c Change calling convention of cbm_save() to __fastcall__. 2010-06-04 10:25:53 +00:00
cbm_write.s
cbm.inc
cclear.s
chline.s
clock.s
close.s Fixed sources to use the new __mappederrno and __directerrno functions, and 2010-06-26 11:28:44 +00:00
ctype.s
cvline.s
diskcmd.s Comment additions and changes. 2009-02-22 14:42:32 +00:00
exehdr.s Added a module that contains a small basic stub (SYS header) that starts 2010-11-14 11:50:38 +00:00
filedes.inc
filedes.s
filename.s Removed the code that checks for valid/invalid chars in a filename. Actually 2010-11-15 21:50:58 +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
gotoy.s
initcwd.s
loadaddr.s New module that contains the load address expected by the Commodore machines 2010-11-13 16:56:42 +00:00
Makefile Added a module that contains a small basic stub (SYS header) that starts 2010-11-14 11:50:38 +00:00
open.s Changed priorities of destructors so atexit will be called before open files 2011-01-28 10:55:03 +00:00
oserrlist.s
oserror.s No need to import __oserror. 2010-06-10 19:14:42 +00:00
read.s Fixed sources to use the new __mappederrno and __directerrno functions, and 2010-06-26 11:28:44 +00:00
rwcommon.s Fixed sources to use the new __mappederrno and __directerrno functions, and 2010-06-26 11:28:44 +00:00
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
write.s Fixed sources to use the new __mappederrno and __directerrno functions, and 2010-06-26 11:28:44 +00:00