1
0
mirror of https://github.com/cc65/cc65.git synced 2024-11-19 06:31:31 +00:00
cc65/libsrc/cbm
Greg King 98f8064b83 Made the directory functions compatible with the Commander X16's DOS.
It's directory listing's last line says, "mb free."
2021-02-15 08:56:31 -05:00
..
c_acptr.s
c_basin.s
c_bsout.s
c_chkin.s Added a blank line between .include statements and .import/.export statements 2018-07-04 17:40:28 +03:00
c_ciout.s
c_ckout.s
c_clall.s
c_close.s
c_clrch.s
c_getin.s Added a blank line between .include statements and .import/.export statements 2018-07-04 17:40:28 +03:00
c_iobase.s Added a blank line between .include statements and .import/.export statements 2018-07-04 17:40:28 +03:00
c_listen.s
c_load.s
c_open.s
c_readst.s
c_save.s
c_scnkey.s Added a blank line between .include statements and .import/.export statements 2018-07-04 17:40:28 +03:00
c_second.s
c_setlfs.s
c_setnam.s
c_settim.s
c_talk.s
c_tksa.s
c_udtim.s
c_unlsn.s
c_untlk.s
cbm_close.s
cbm_dir.c
cbm_filetype.s
cbm_load.c
cbm_open.s
cbm_read.s
cbm_save.c
cbm_write.s
cbm.inc
cclear.s Remove trailings spaces from CBM-related asm files 2019-03-22 22:54:05 +01:00
chline.s
clinechars.s
clock.s
close.s
closedir.s Added the POSIX functions opendir() and closedir(). 2012-05-30 19:37:57 +00:00
cpeekc.s
cpeekcolor.s cbm stuff from greggs pull request 2017-12-11 19:52:11 +01:00
cpeekrevers.s cbm stuff from greggs pull request 2017-12-11 19:52:11 +01:00
cpeeks.s
ctype.s
curdevice.s
cvline.s
devicedir.s
dir.h
dir.inc
dir.s
diskcmd.s Removed .import for std kernal entries. Added .include "cbm.inc" 2018-07-03 22:47:42 +03:00
diskinit.s
exec.c Made the Commodore version of exec() work in programs that are so big that they load into all of BASIC RAM. 2015-09-28 11:27:39 -04:00
execvars.s
exehdr.s
filedes.inc
filedes.s
filename.s
filetype.s
filevars.s Renamed INITBSS to INIT and INIT to ONCE. 2016-03-06 21:27:19 +01:00
getdevice.s
getres.s
gotox.s
gotoxy.s Introduced internal gotoxy that pops both parameters. 2016-06-05 14:58:38 +02:00
gotoy.s
initcwd.s
loadaddr.s
mcbpointercolor.s
mcbpointershape.s
open.s
opendir.c
oserrlist.s
oserror.s Used longer error text. 2014-05-28 23:01:48 -04:00
overlayaddr.s
penadjust.c
read.s
readdir.c
rewinddir.s Implemented rewinddir/seekdir. 2012-06-03 15:11:32 +00:00
rwcommon.s
scratch.s
seekdir.c
syschdir.s
sysremove.s
sysrename.s Added "popptr1" which is of common use to save some bytes. 2018-05-20 15:30:18 +02:00
telldir.s
toascii.s
wherex.s
wherey.s Removed (pretty inconsistently used) tab chars from source code base. 2013-05-09 13:57:12 +02:00
write.s