cc65/libsrc/cbm
Colin Leroy-Mira 5d49fde788 add a return -1 helper 2024-01-24 09:58:09 +01: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 Made the directory functions compatible with the Commander X16's DOS. 2021-02-15 08:56:31 -05:00
c_bsout.s Made the directory functions compatible with the Commander X16's DOS. 2021-02-15 08:56:31 -05:00
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 Added a blank line between .include statements and .import/.export statements 2018-07-04 17:40:28 +03:00
c_ckout.s Added a blank line between .include statements and .import/.export statements 2018-07-04 17:40:28 +03:00
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 Added a blank line between .include statements and .import/.export statements 2018-07-04 17:40:28 +03:00
c_listen.s Added a blank line between .include statements and .import/.export statements 2018-07-04 17:40:28 +03:00
c_load.s fix errno related underscores in all libsrc/*.s files 2022-08-28 21:52:53 +02: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 Fixed cbm_k_readst() to work around a VIC-20 Kernal bug. 2021-03-25 15:22:18 -04:00
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 Added a blank line between .include statements and .import/.export statements 2018-07-04 17:40:28 +03:00
c_second.s Added a blank line between .include statements and .import/.export statements 2018-07-04 17:40:28 +03:00
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 Updated the cx16 library to the ROM's prerelease 36. 2020-01-11 02:20:52 -05:00
c_talk.s Added a blank line between .include statements and .import/.export statements 2018-07-04 17:40:28 +03:00
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 Added a blank line between .include statements and .import/.export statements 2018-07-04 17:40:28 +03:00
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.inc Added .import for std kernal entries 2018-07-03 22:44:59 +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 Move definitions for CBM file types into its own header file, since these 2012-06-24 13:52:06 +00:00
cbm_load.c Made _afailed() and uncompress() be fastcall functions. 2015-03-13 07:35:47 -04:00
cbm_open.s fix errno related underscores in all libsrc/*.s files 2022-08-28 21:52:53 +02:00
cbm_read.s add a return -1 helper 2024-01-24 09:58:09 +01:00
cbm_save.c remove dangling spaces 2022-04-17 16:06:22 +02:00
cbm_write.s add a return -1 helper 2024-01-24 09:58:09 +01: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 Updated the cx16 library to the Commander X16 Kernal's prerelease 35. 2019-12-25 10:56:32 -05:00
close.s remove extra spaces 2022-08-28 22:37:33 +02:00
closedir.s Added the POSIX functions opendir() and closedir(). 2012-05-30 19:37:57 +00:00
cpeekc.s cbm stuff from greggs pull request 2017-12-11 19:52:11 +01:00
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 cbm stuff from greggs pull request 2017-12-11 19:52:11 +01:00
ctype.s remove dangling spaces 2022-04-17 16:06:22 +02:00
curdevice.s Introduced getcurrentdevice() and implemented it for CBM and Apple. 2012-10-21 14:35:17 +00:00
cvline.s Introduced internal gotoxy that pops both parameters. 2016-06-05 14:58:38 +02:00
devicedir.s remove extra spaces 2022-08-28 22:37:33 +02:00
dir.h Changed multi-line C comments into another style. 2014-06-30 16:51:07 -04:00
dir.inc Implemented rewinddir/seekdir. 2012-06-03 15:11:32 +00:00
dir.s fix some errno related stuff, "make all" works again 2022-08-28 22:09:44 +02:00
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 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
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 Working on the CBM file functions 2002-11-17 22:45:55 +00:00
filedes.s Changed run location of INIT segment. 2015-10-14 22:52:09 +02:00
filename.s Removed .import for std kernal entries. Added .include "cbm.inc" 2018-07-03 22:47:42 +03:00
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 Minimal formatting adjustment. 2012-10-16 21:29:14 +00:00
getres.s Atari: implement clock_getres() 2018-09-28 09:47:20 +02:00
gotox.s Remove trailings spaces from CBM-related asm files 2019-03-22 22:54:05 +01:00
gotoxy.s Introduced internal gotoxy that pops both parameters. 2016-06-05 14:58:38 +02:00
gotoy.s Removed (pretty inconsistently used) tab chars from source code base. 2013-05-09 13:57:12 +02:00
initcwd.s fix devicestr call, so related posix function work on cbm targets 2023-01-28 15:08:14 +01:00
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 remove extra spaces 2022-08-28 22:37:33 +02:00
opendir.c remove dangling spaces 2022-04-17 16:06:22 +02:00
oserrlist.s Used longer error text. 2014-05-28 23:01:48 -04:00
oserror.s fix errno related underscores in all libsrc/*.s files 2022-08-28 21:52:53 +02:00
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 remove extra spaces 2022-08-28 22:37:33 +02:00
readdir.c fix some errno related stuff, "make all" works again 2022-08-28 22:09:44 +02: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 Moved some code from scratch.s into a new subroutine named writefndiskcmd in 2009-02-22 14:02:52 +00:00
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 fnparse will return zero flag according to error (ZF=1 means no error). 2009-02-22 13:54:03 +00:00
sysrename.s Added "popptr1" which is of common use to save some bytes. 2018-05-20 15:30:18 +02:00
telldir.s Added the telldir() function. 2012-06-03 14:03:22 +00:00
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 remove extra spaces 2022-08-28 22:37:33 +02:00