1
0
mirror of https://github.com/cc65/cc65.git synced 2024-07-01 08:29:37 +00:00
cc65/testcode/lib
2020-07-14 15:00:43 +02:00
..
accelerator Removed executable bit. 2020-07-12 23:11:43 +02:00
apple2 Adjusted style. 2018-03-30 00:11:40 +02:00
atari Add support for INITAD to the Atari binary format. 2019-02-21 19:00:03 -03:00
atari5200 atari5200: testcode/lib/atari5200/hello.c: adapt to changed COLOR_xxx defines 2019-04-12 12:49:38 +02:00
cbm added a second test that checks all available characters (including inverse) 2020-07-14 15:00:43 +02:00
gamate remove TABs 2019-02-05 23:27:52 +01:00
pce added rudimentary testing for the peek functions 2020-07-14 14:24:19 +02:00
.gitignore Fixed the c128 ram (bank 1) emd. 2015-11-29 23:04:23 -08:00
arg-test.c Added test programs for the exec() function. 2013-08-25 00:49:03 -04:00
clock-test.c Fixed the target guards around the usage messages. 2019-12-30 19:53:39 -05:00
clock.c Changed multi-line C comments into another style. 2014-06-30 16:51:07 -04:00
conio.c Added more source-code improvements to the conio test program. 2018-08-20 14:55:39 -04:00
cpeek-test.c Fixed typo. 2018-01-02 13:48:30 +01:00
cprintf.c Changed multi-line C comments into another style. 2014-06-30 16:51:07 -04:00
cursor.c Changed multi-line C comments into another style. 2014-06-30 16:51:07 -04:00
deb.c Changed multi-line C comments into another style. 2014-06-30 16:51:07 -04:00
dir-test.c Removed (pretty inconsistently used) tab chars from source code base. 2013-05-09 13:57:12 +02:00
div-test.c Made div-test.c use doesclrscrafterexit(). 2018-11-09 17:11:03 -05:00
em-test.c change whitespace 2020-06-22 23:55:45 +02:00
exec-test1.c Harmonized usage of "KB" and "cc65". 2014-03-30 22:10:37 +02:00
exec-test2.c Harmonized usage of "KB" and "cc65". 2014-03-30 22:10:37 +02:00
fileio-test.c New module fileio-test.c 2002-11-17 23:00:14 +00:00
ft.c Changed multi-line C comments into another style. 2014-06-30 16:51:07 -04:00
getopt-test.c Replaced plain 0's and 1's in exit statements with EXIT_SUCCESS or EXIT_FAILURE 2019-11-19 14:08:00 +01:00
getsp.s Removed (pretty inconsistently used) tab chars from source code base. 2013-05-09 13:57:12 +02:00
heaptest.c Changed multi-line C comments into another style. 2014-06-30 16:51:07 -04:00
joy-test.c Created a target and a library for the Commander X16 prototype computer. 2019-09-27 03:38:51 -04:00
moddiv-test.c Added a test program for division and modulo operation. 2011-01-11 17:19:16 +00:00
mouse-test.c Use Timer2 for mouse polling. 2019-01-29 22:00:55 +01:00
mul-test.c Fix line endings (CRLF -> LF) on all affected files. 2017-03-10 11:21:14 +01:00
posixio-test.c include unistd.h -- fix by Daniel Serpell 2009-11-25 17:59:55 +00:00
rename-test.c Removed (pretty inconsistently used) tab chars from source code base. 2013-05-09 13:57:12 +02:00
scanf-test.c Changed multi-line C comments into another style. 2014-06-30 16:51:07 -04:00
seek.c seek test: Test some additional error cases. 2018-08-20 22:24:48 +02:00
ser-test.c remove debug code 2013-12-06 20:53:49 +01:00
strdup-test.c Removed (pretty inconsistently used) tab chars from source code base. 2013-05-09 13:57:12 +02:00
stroserror-test.c Added stroserror-test.c 2002-07-18 13:38:40 +00:00
strqtok-test.c Changed multi-line C comments into another style. 2014-06-30 16:51:07 -04:00
tinyshell.c Some improvements to Atari exec() after review. 2016-06-14 20:44:57 +02:00
uname-test.c New file uname-test.c 2003-08-12 17:32:16 +00:00