.. |
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
|
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
|
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_close.s
|
|
|
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
|
Made cbm_open() be more efficient.
|
2022-07-21 03:13:09 +02:00 |
cbm_read.s
|
Clear up comments a bit.
|
2020-12-27 17:54:49 -05:00 |
cbm_save.c
|
Changed multi-line C comments into another style.
|
2014-06-30 16:51:07 -04:00 |
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
|
Updated the cx16 library to the Commander X16 Kernal's prerelease 35.
|
2019-12-25 10:56:32 -05:00 |
close.s
|
Removed .import for std kernal entries. Added .include "cbm.inc"
|
2018-07-03 22:47:42 +03:00 |
closedir.s
|
|
|
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
|
Shortened names and adjusted style.
|
2020-04-02 22:58:16 +02:00 |
curdevice.s
|
|
|
cvline.s
|
Introduced internal gotoxy that pops both parameters.
|
2016-06-05 14:58:38 +02:00 |
devicedir.s
|
|
|
dir.h
|
Changed multi-line C comments into another style.
|
2014-06-30 16:51:07 -04:00 |
dir.inc
|
|
|
dir.s
|
Remove trailings spaces from CBM-related asm files
|
2019-03-22 22:54:05 +01: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
|
|
|
filedes.inc
|
|
|
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
|
|
|
filevars.s
|
Renamed INITBSS to INIT and INIT to ONCE.
|
2016-03-06 21:27:19 +01:00 |
getdevice.s
|
|
|
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
|
Removed (pretty inconsistently used) tab chars from source code base.
|
2013-05-09 13:57:12 +02:00 |
loadaddr.s
|
|
|
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
|
Fix some commonly made spelling errors in comments.
|
2022-07-21 03:18:13 +02:00 |
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
|
Used longer error text.
|
2014-05-28 23:01:48 -04: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
|
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
|
|
|
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
|
Save a few bytes
|
2022-07-21 03:13:10 +02:00 |