1
0
mirror of https://github.com/cc65/cc65.git synced 2024-07-22 12:29:06 +00:00
cc65/libsrc/common
cuz cb9a4e91e1 Use .repeat to unroll the loop.
Squeeze out two bytes.


git-svn-id: svn://svn.cc65.org/cc65/trunk@2775 b7a2c559-68d2-44c3-8de9-860c34a00d81
2003-12-16 21:10:18 +00:00
..
_afailed.c
_cwd.s Fixes to the code just written 2003-08-12 13:58:17 +00:00
_fdesc.s Use structs 2003-12-03 10:15:33 +00:00
_file.h
_file.s Use structs 2003-12-03 10:15:33 +00:00
_fopen.s Use structs 2003-12-03 10:15:33 +00:00
_heap.s
_heapadd.s Use structs 2003-12-03 10:15:33 +00:00
_heapmaxavail.s Use structs 2003-12-03 10:15:33 +00:00
_heapmemavail.s Use structs 2003-12-03 10:15:33 +00:00
_hextab.c
_oserror.s
_poserror.c
_printf.h
_printf.s
_scanf.c
_scanf.h
_swap.s
_sys.s
.cvsignore Added sleep.c from Stefan Haubenthal 2003-06-12 08:28:54 +00:00
abort.c
abs.s Squeeze two cycles out of the abs() function 2003-10-10 17:59:00 +00:00
asctime.c
atexit.s Removed useless __errno imports 2003-11-13 00:12:56 +00:00
atoi.s
bsearch.c Make bsearch __fastcall__ 2003-10-29 21:51:59 +00:00
calloc.s
chdir.s Added a getcwd function 2003-08-12 13:51:11 +00:00
copydata.s
creat.s Added creat() 2003-06-12 09:10:50 +00:00
ctime.s
divt.s
errno.s
errormsg.c New error code ERANGE 2003-08-12 13:48:45 +00:00
fclose.s Use structs 2003-12-03 10:15:33 +00:00
fdopen.c Fixed the return code of fgetpos and ftell. 2003-11-06 18:04:07 +00:00
fgetc.c Fixed the return code of fgetpos and ftell. 2003-11-06 18:04:07 +00:00
fgetpos.c Fixed the return code of fgetpos and ftell. 2003-11-06 18:04:07 +00:00
fgets.c Fixed the return code of fgetpos and ftell. 2003-11-06 18:04:07 +00:00
fmisc.s Use structs 2003-12-03 10:15:33 +00:00
fopen.s
fprintf.s
fputc.c Fixed the return code of fgetpos and ftell. 2003-11-06 18:04:07 +00:00
fputs.c Restructured former fcntl.h, added new include files unistd.h and sys/types.h. 2003-06-12 18:08:23 +00:00
fread.s Use structs 2003-12-03 10:15:33 +00:00
free.s Use structs 2003-12-03 10:15:33 +00:00
freopen.c Fixed the return code of fgetpos and ftell. 2003-11-06 18:04:07 +00:00
fseek.c Fixed the return code of fgetpos and ftell. 2003-11-06 18:04:07 +00:00
fsetpos.c Fixed the return code of fgetpos and ftell. 2003-11-06 18:04:07 +00:00
ftell.c Fixed the return code of fgetpos and ftell. 2003-11-06 18:04:07 +00:00
fwrite.s Use structs 2003-12-03 10:15:33 +00:00
getchar.c Fixed the return code of fgetpos and ftell. 2003-11-06 18:04:07 +00:00
getcpu.s
getcwd.s Fixes to the code just written 2003-08-12 13:58:17 +00:00
gets.c Fixed the return code of fgetpos and ftell. 2003-11-06 18:04:07 +00:00
gmtime.c
isalnum.s
isalpha.s
isblank.s
iscntrl.s
isdigit.s
isgraph.s
islower.s
isprint.s
ispunct.s
isspace.s
isupper.s
isxdigit.s
itoa.s
labs.s
locale.c Make setlocale __fastcall__ 2003-10-02 21:44:56 +00:00
localtime.c
longjmp.s
ltoa.s
Makefile Split memcpy and memmove, since the former is used a lot more often than 2003-08-20 10:17:53 +00:00
malloc.s Use structs 2003-12-03 10:15:33 +00:00
maperrno.s Removed useless __errno imports 2003-11-13 00:12:56 +00:00
memchr.s Optimization 2003-05-05 17:19:48 +00:00
memcmp.s
memcpy.s Fixed a bug in memcpy 2003-10-22 21:04:22 +00:00
memmove.s Split memcpy and memmove, since the former is used a lot more often than 2003-08-20 10:17:53 +00:00
memset.s Use .repeat to unroll the loop. 2003-12-16 21:10:18 +00:00
mktime.c Optimizations 2003-11-11 22:33:42 +00:00
modfree.s
modload.s Use structs 2003-12-03 20:54:43 +00:00
oserrcheck.s Removed useless __errno imports 2003-11-13 00:12:56 +00:00
perror.c
printf.s
putchar.c Fixed the return code of fgetpos and ftell. 2003-11-06 18:04:07 +00:00
puts.c Fixed the return code of fgetpos and ftell. 2003-11-06 18:04:07 +00:00
qsort.c Make qsort __fastcall__ 2003-10-29 21:59:19 +00:00
raise.s
rand.s
realloc.c
remove.s Moved reusable parts of remove into oserrcheck. 2003-08-12 13:06:43 +00:00
rename.s Moved reusable parts of remove into oserrcheck. 2003-08-12 13:06:43 +00:00
rewind.c Fixed the return code of fgetpos and ftell. 2003-11-06 18:04:07 +00:00
setjmp.s
signal.s
sigtable.s
sleep.c sleep.c doesn't compile on platforms without a clock function 2003-06-12 18:17:46 +00:00
sprintf.s Fixed a typo 2003-06-03 12:15:57 +00:00
sscanf.c
strcat.s
strchr.s
strcmp.s
strcoll.s
strcpy.s
strcspn.s
strdup.s Improved 65c02 support 2003-10-10 17:52:12 +00:00
strerror.s
strftime.c
stricmp.s
strlen.s
strlower.s
strncat.s
strncmp.s
strncpy.s Speed optimization 2003-08-18 11:25:31 +00:00
stroserr.s
strpbrk.s
strrchr.s
strspn.s
strstr.s
strtok.c
strupper.s
strxfrm.c
system.c Cleanup use of predefined data types / defines 2003-08-16 08:23:01 +00:00
time.s Removed useless __errno imports 2003-11-13 00:12:56 +00:00
timezone.c
tolower.s
toupper.s
uname.s New uname function 2003-08-12 14:24:34 +00:00
unlink.s Added unlink() 2003-06-12 08:43:57 +00:00
utscopy.s Use structs 2003-12-03 20:23:09 +00:00
vfprintf.s
vprintf.s Rewrote vprintf in assembler and made it __fastcall__ 2003-06-02 16:08:26 +00:00
vsprintf.s Fixed a typo 2003-06-03 12:15:57 +00:00
vsscanf.c Fixed the return code of fgetpos and ftell. 2003-11-06 18:04:07 +00:00
zerobss.s