1
0
mirror of https://github.com/cc65/cc65.git synced 2024-11-19 06:31:31 +00:00
cc65/libsrc/cbm
2022-07-21 03:18:13 +02:00
..
c_acptr.s Added a blank line between .include statements and .import/.export statements 2018-07-04 17:40:28 +03:00
c_basin.s
c_bsout.s
c_chkin.s
c_ciout.s
c_ckout.s
c_clall.s Added a blank line between .include statements and .import/.export statements 2018-07-04 17:40:28 +03:00
c_close.s Added a blank line between .include statements and .import/.export statements 2018-07-04 17:40:28 +03:00
c_clrch.s Added a blank line between .include statements and .import/.export statements 2018-07-04 17:40:28 +03:00
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
c_listen.s
c_load.s Added a blank line between .include statements and .import/.export statements 2018-07-04 17:40:28 +03:00
c_open.s Added a blank line between .include statements and .import/.export statements 2018-07-04 17:40:28 +03:00
c_readst.s
c_save.s Added a blank line between .include statements and .import/.export statements 2018-07-04 17:40:28 +03:00
c_scnkey.s
c_second.s
c_setlfs.s Added a blank line between .include statements and .import/.export statements 2018-07-04 17:40:28 +03:00
c_setnam.s Added a blank line between .include statements and .import/.export statements 2018-07-04 17:40:28 +03:00
c_settim.s
c_talk.s
c_tksa.s Added a blank line between .include statements and .import/.export statements 2018-07-04 17:40:28 +03:00
c_udtim.s
c_unlsn.s Added a blank line between .include statements and .import/.export statements 2018-07-04 17:40:28 +03:00
c_untlk.s Added a blank line between .include statements and .import/.export statements 2018-07-04 17:40:28 +03:00
cbm_close.s Added comments to cbm.h. 2001-03-20 21:06:04 +00:00
cbm_dir.c Made the directory functions compatible with the Commander X16's DOS. 2021-02-15 08:56:31 -05:00
cbm_filetype.s
cbm_load.c Made _afailed() and uncompress() be fastcall functions. 2015-03-13 07:35:47 -04:00
cbm_open.s
cbm_read.s
cbm_save.c
cbm_write.s Clear up comments a bit. 2020-12-27 17:54:49 -05:00
cbm.inc Added .import for std kernal entries 2018-07-03 22:44:59 +03:00
cclear.s Remove trailings spaces from CBM-related asm files 2019-03-22 22:54:05 +01:00
chline.s Introduced internal gotoxy that pops both parameters. 2016-06-05 14:58:38 +02:00
clinechars.s Allow to override chars used for horizontal and vertical lines. 2015-10-12 21:04:06 +02:00
clock.s
close.s
closedir.s
cpeekc.s
cpeekcolor.s
cpeekrevers.s
cpeeks.s cbm stuff from greggs pull request 2017-12-11 19:52:11 +01:00
ctype.s
curdevice.s Introduced getcurrentdevice() and implemented it for CBM and Apple. 2012-10-21 14:35:17 +00:00
cvline.s
devicedir.s
dir.h Changed multi-line C comments into another style. 2014-06-30 16:51:07 -04:00
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 Fixed typo (Ilegal). 2014-04-03 17:28:36 -04:00
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 Move the _filetype variable into its own module, so people who want to change 2012-07-15 12:34:35 +00:00
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 New module that contains the load address expected by the Commodore machines 2010-11-13 16:56:42 +00:00
mcbpointercolor.s Renamed INITBSS to INIT and INIT to ONCE. 2016-03-06 21:27:19 +01:00
mcbpointershape.s Renamed INITBSS to INIT and INIT to ONCE. 2016-03-06 21:27:19 +01:00
open.s
opendir.c Changed multi-line C comments into another style. 2014-06-30 16:51:07 -04:00
oserrlist.s Used longer error text. 2014-05-28 23:01:48 -04:00
oserror.s
overlayaddr.s Use cbm_load() to load overlays on CBMs. 2013-05-29 01:12:24 +02:00
penadjust.c Fixed some line endings. 2013-07-25 13:53:15 -04:00
read.s Save a few bytes 2022-07-21 03:13:10 +02:00
readdir.c Made the directory functions compatible with the Commander X16's DOS. 2021-02-15 08:56:31 -05:00
rewinddir.s Implemented rewinddir/seekdir. 2012-06-03 15:11:32 +00:00
rwcommon.s Use more compact loops. 2020-12-27 17:54:49 -05:00
scratch.s
seekdir.c Fixed a buffer overrun bug. 2014-07-17 07:05:10 -04:00
syschdir.s Improved some multiplication code. 2014-07-17 07:11:14 -04:00
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 Removed (pretty inconsistently used) tab chars from source code base. 2013-05-09 13:57:12 +02:00
wherex.s Removed (pretty inconsistently used) tab chars from source code base. 2013-05-09 13:57:12 +02:00
wherey.s Removed (pretty inconsistently used) tab chars from source code base. 2013-05-09 13:57:12 +02:00
write.s