AminetAminet
Search:
84491 packages online
About
Recent
Browse
Search
Upload
Setup
Services

dev/cross/z88dk_v1.0.lha

Mirror:Random
Showing:m68k-amigaosppc-amigaosppc-morphosi386-arosi386-amithlonppc-warpupppc-powerupgeneric
No screenshot available
Short:Z88DK - Generic Z80 Small C+ Compiler with Z88 Libraries
Author:Cain, Yorston et al, extended by Dominic Morris
Uploader:Dominic Morris <djm jb man ac uk>
Type:dev/cross
Architecture:m68k-amigaos
Date:1999-03-23
Download:http://aminet.net/dev/cross/z88dk_v1.0.lha - View contents
Readme:http://aminet.net/dev/cross/z88dk_v1.0.readme
Downloads:898

Z88DK v1.0 - sccz80 v1.10b0.51
------------------------------

Z88DK is a package along the lines of the GBDK, however it produces code
for full Z80s and not the cutdown version in the Gameboy.

The package consists of a Small C+ Compiler, Peephole Optimizer, and
unified assembler and linker (provided by Z80asm from Interlogic).
Libraries are supplied for the Cambridge Z88 however it would be a fairly
trivial task to create libraries for other Z80 based machines.

This is the first public release of the compiler, however it has under
fairly extensive testing for 6 months and I now believe it to produce
stable code.

Features of the compiler include:

- Structs/unions
- Floating point support (either generic Z80 or stubs for the Z88 fp
  calculator)
- Long (32 bits), int (16 bits), char (8 bits) datatypes
- Signed and unsigned datatypes
- Compiler support for far datatypes (allows support for up to 4MB of
  memory) though no library support as yet.
- Literal pools for double constants and strings, both pools feature
  literal merging (removal of repeated constants).
- ANSI & K&R function style declarations and prototypes
- Extensive support library (over 200 usable routines) including almost a
  full complement of string and ctype functions
- Definition during declaration of global and local static variables
  (though not auto variables)

The compiler front end (zcc) is a much rewritten affair based on the 
ZCC096 frontend by Ken Yap, it has been considerably extended and rewritten
to function as much as possible like any other big box compiler frontend.

Optimization is provided courtesy of a peephole optimizer which substitutes
certain compiler output for more efficient code, in particular logical
operation on unsigned chars are well catered for. Savings in program size
of over 10% are common place.

All assembler output is generated in a form suitable for use with the
Z80 Module Assembler from Interlogic (A full setup is included within
this archive), this freely distributable assembler generates compact
object files and allows linking in of routines from multiple library files.

The source code for the entire suite is available in a separate archive
(z88dk_v1.0s.lha).

Potential Problems:

- Floating point constants may not be correctly evaluated, I can't
  reproduce the problem that has been reported by some people.
- Far Pointer code is far from complete so the compiler might produce
  some spectacularly duff code.

Potential source of confusion:

- This compiler comes with no warrantry, if it works for you, thats great,
  if it doesn't and in the process destroys France than thats not my
  problem!

The compiler lacks the following features:

- Casts (though conversions between types are done automatically this will
  raise compiler warnings)
- Enums (get around by use #define)
- Typedefs (get around by use of #define)

Recompense:

- This compiler suite is provided free of charge and nothing is expected
  off of you if you use it, however it would be nice to get an email if
  you use it. If you release a commercial program using this package then
  it would be good to learn about it and know that all my work is not in
  vain! (A copy of the program would be appreciated). 

- Hardware, especially of the SCSI variety, always accepted <grin>

A few thank yous:

Although I mention them in the doc file, I feel I ought to mention the
following people, without whom this compiler would not have got this far:

- Dennis Groning, this guy tirelessly compiled the compiler for WinBlows
  and reported back with so many bug reports and suggestions that have
  made the compiler so much better.

- Gunther Strube, without this guys assembler, z80asm, I wouldn't be sat
  here writing this text.

- Garry Lancaster, for not compiling for Linux for almost 6 months(!), but
  especially for putting up with me rabbiting on about it for those 6
  months without getting too irate (though he did write convert Forth for
  the Z88 in that time - maybe thats his way of venting anger?!?! <grin>)

Finally:

I'm still developing the Compiler, and I would very much like to keep
a unified Cross Compiler, I release the source so that you can pick up
on any bugs, laugh at the kludges which I've made(!) If you make any
changes could you please let me know so that I can incorporate them into
my set of sources - it would be a shame to come this far and end up with
n different distributions, cheers!

Have fun with the package,

d.
<djm at jb.man.ac.uk>

22/3/99


Contents of dev/cross/z88dk_v1.0.lha
 PERMSSN    UID  GID    PACKED    SIZE  RATIO     CRC       STAMP          NAME
---------- ----------- ------- ------- ------ ---------- ------------ -------------
[generic]                 6649   16101  41.3% -lh5- ae36 Mar 23  1999 z88dk/history.html
[generic]                  192     346  55.5% -lh5- d325 Dec  7  1998 z88dk/libsrc/z88math/sqrt.asm
[generic]                  188     341  55.1% -lh5- cf5c Dec  7  1998 z88dk/libsrc/z88math/tan.asm
[generic]                  279    1301  21.4% -lh5- 82ba Sep  1  1998 z88dk/libsrc/z88math/tanh.asm
[generic]                  360     798  45.1% -lh5- 23bd Dec  8  1998 z88dk/libsrc/z88math/ufloat.asm
[generic]                  404     660  61.2% -lh5- 4fad Mar 23  1999 z88dk/readme.1st
[generic]                14643   36552  40.1% -lh5- 9f60 Mar 23  1999 z88dk/zcc.html
[generic]                 2279    4700  48.5% -lh5- bfd1 Mar 23  1999 z88dk/zcc.readme
[generic]                  193     349  55.3% -lh5- 5ff1 Dec  7  1998 z88dk/libsrc/z88math/log10.asm
[generic]                  213     388  54.9% -lh5- b26d Dec  7  1998 z88dk/libsrc/z88math/minusfa.asm
[generic]                  284     694  40.9% -lh5- 2a89 Dec  7  1998 z88dk/libsrc/z88math/pow.asm
[generic]                  286     571  50.1% -lh5- 9d38 Dec  7  1998 z88dk/libsrc/z88math/qfloat.asm
[generic]                  188     341  55.1% -lh5- c715 Dec  7  1998 z88dk/libsrc/z88math/sin.asm
[generic]                  310    1174  26.4% -lh5- ddff Sep  1  1998 z88dk/libsrc/z88math/sinh.asm
[generic]                  281     586  48.0% -lh5- 490b Dec  7  1998 z88dk/libsrc/z88math/float.asm
[generic]                  208     385  54.0% -lh5- c68e Dec  7  1998 z88dk/libsrc/z88math/floor.asm
[generic]                  437    1278  34.2% -lh5- 78fd Dec  7  1998 z88dk/libsrc/z88math/fmod.asm
[generic]                  253     579  43.7% -lh5- 63fa Dec  7  1998 z88dk/libsrc/z88math/fsetup.asm
[generic]                  252     477  52.8% -lh5- 482d Dec  7  1998 z88dk/libsrc/z88math/ifix.asm
[generic]                  198     359  55.2% -lh5- 3034 Dec  7  1998 z88dk/libsrc/z88math/log.asm
[generic]                  191     344  55.5% -lh5- c64a Dec  7  1998 z88dk/libsrc/z88math/atan.asm
[generic]                  295     729  40.5% -lh5- ed0b Dec  7  1998 z88dk/libsrc/z88math/atan2.asm
[generic]                  242     462  52.4% -lh5- a27f Dec  7  1998 z88dk/libsrc/z88math/ceil.asm
[generic]                  189     341  55.4% -lh5- ffdb Dec  7  1998 z88dk/libsrc/z88math/cos.asm
[generic]                  302    1152  26.2% -lh5- 9233 Sep  1  1998 z88dk/libsrc/z88math/cosh.asm
[generic]                  193     347  55.6% -lh5- 3c7c Dec  7  1998 z88dk/libsrc/z88math/exp.asm
[generic]                  191     332  57.5% -lh5- 047e Dec  7  1998 z88dk/libsrc/z88math/fabs.asm
[generic]                  501    1292  38.8% -lh5- 62ea Mar  1  1999 z88dk/libsrc/strings/strupr.asm
[generic]                  388     708  54.8% -lh5- 7178 Mar  1  1999 z88dk/libsrc/strings/strupr.c
[generic]                  110     328  33.5% -lh5- d271 Dec  7  1998 z88dk/libsrc/z88make
[generic]                  189     344  54.9% -lh5- cfff Dec  7  1998 z88dk/libsrc/z88math/acos.asm
[generic]                  360     970  37.1% -lh5- ee1a Dec  7  1998 z88dk/libsrc/z88math/amax.asm
[generic]                  384    1028  37.4% -lh5- 6dfc Dec  7  1998 z88dk/libsrc/z88math/amin.asm
[generic]                  188     344  54.7% -lh5- 18d8 Dec  7  1998 z88dk/libsrc/z88math/asin.asm
[generic]                  488     976  50.0% -lh5- 30d4 Mar  1  1999 z88dk/libsrc/strings/strstr.c
[generic]                  582    1277  45.6% -lh5- b483 Mar  1  1999 z88dk/libsrc/strings/strstr.c.bak
[generic]                  581    1931  30.1% -lh5- 51f5 Mar  1  1999 z88dk/libsrc/strings/strstrip.asm
[generic]                  400     773  51.7% -lh5- 3230 Mar  1  1999 z88dk/libsrc/strings/strstrip.c
[generic]                  726    2795  26.0% -lh5- 779b Mar  1  1999 z88dk/libsrc/strings/strtok.asm
[generic]                  358     712  50.3% -lh5- fe71 Mar  1  1999 z88dk/libsrc/strings/strtok.c
[generic]                  687    2341  29.3% -lh5- df89 Mar  1  1999 z88dk/libsrc/strings/strrstrip.asm
[generic]                  407     746  54.6% -lh5- 7961 Mar  1  1999 z88dk/libsrc/strings/strrstrip.c
[generic]                  592    1640  36.1% -lh5- ebae Mar  1  1999 z88dk/libsrc/strings/strspn.asm
[generic]                  249     418  59.6% -lh5- 04c4 Mar  1  1999 z88dk/libsrc/strings/strspn.c
[generic]                  708    2961  23.9% -lh5- 1441 Mar  1  1999 z88dk/libsrc/strings/strstr.asm
[generic]                  630    2050  30.7% -lh5- fe2a Mar  1  1999 z88dk/libsrc/strings/strstr.asm.bak
[generic]                  336     636  52.8% -lh5- 7b0d Mar  1  1999 z88dk/libsrc/strings/strpos.op1
[generic]                  363     653  55.6% -lh5- d7a2 Mar  1  1999 z88dk/libsrc/strings/strpos.opt
[generic]                  581    1687  34.4% -lh5- d917 Mar  1  1999 z88dk/libsrc/strings/strrchr.asm
[generic]                  256     454  56.4% -lh5- a1d4 Mar  1  1999 z88dk/libsrc/strings/strrchr.c
[generic]                  657    2967  22.1% -lh5- 1176 Mar  1  1999 z88dk/libsrc/strings/strrstr.asm
[generic]                  594    1220  48.7% -lh5- 4910 Mar  1  1999 z88dk/libsrc/strings/strrstr.c
[generic]                  599    2690  22.3% -lh5- ee16 Mar  1  1999 z88dk/libsrc/strings/strnicmp.asm
[generic]                  560    1114  50.3% -lh5- 1a21 Mar  1  1999 z88dk/libsrc/strings/strnicmp.c
[generic]                  517    1401  36.9% -lh5- f204 Mar  1  1999 z88dk/libsrc/strings/strpbrk.asm
[generic]                  244     422  57.8% -lh5- 802f Mar  1  1999 z88dk/libsrc/strings/strpbrk.c
[generic]                  363     653  55.6% -lh5- d7a2 Mar  1  1999 z88dk/libsrc/strings/strpos.asm
[generic]                  433     791  54.7% -lh5- af58 Mar  1  1999 z88dk/libsrc/strings/strpos.c
[generic]                  218     455  47.9% -lh5- 23b0 Aug 20  1998 z88dk/libsrc/strings/strlen.asm
[generic]                  502    1294  38.8% -lh5- 6618 Mar  1  1999 z88dk/libsrc/strings/strlwr.asm
[generic]                  399     745  53.6% -lh5- 5ba2 Mar  1  1999 z88dk/libsrc/strings/strlwr.c
[generic]                  471    1314  35.8% -lh5- 73c6 Oct  7  1998 z88dk/libsrc/strings/strncat.asm
[generic]                  637    1795  35.5% -lh5- 7e29 Oct 10  1998 z88dk/libsrc/strings/strncmp.asm
[generic]                  378    1193  31.7% -lh5- 5393 May  8  1998 z88dk/libsrc/strings/strncpy.asm
[generic]                  407    1052  38.7% -lh5- a2b2 Oct  7  1998 z88dk/libsrc/strings/strcmp.asm
[generic]                  311     754  41.2% -lh5- 0d81 Mar  1  1999 z88dk/libsrc/strings/strcpy.asm
[generic]                  596    1662  35.9% -lh5- fcdd Mar  1  1999 z88dk/libsrc/strings/strcspn.asm
[generic]                  250     421  59.4% -lh5- 6a14 Mar  1  1999 z88dk/libsrc/strings/strcspn.c
[generic]                  638    2493  25.6% -lh5- 5679 Mar  1  1999 z88dk/libsrc/strings/stricmp.asm
[generic]                  558    1139  49.0% -lh5- a1a4 Mar  1  1999 z88dk/libsrc/strings/stricmp.c
[generic]                  710    1618  43.9% -lh5- c23d Oct  1  1998 z88dk/libsrc/stdlib/mkdir.asm
[generic]                  264     620  42.6% -lh5- 6c4e Oct  1  1998 z88dk/libsrc/stdlib/sleep.asm
[generic]                  345    1079  32.0% -lh5- c205 May  8  1998 z88dk/libsrc/strings/reverse.asm
[generic]                  385    1008  38.2% -lh5- ec09 Aug 20  1998 z88dk/libsrc/strings/strcat.asm
[generic]                  500    1453  34.4% -lh5- 1b37 Mar  1  1999 z88dk/libsrc/strings/strchr.asm
[generic]                  237     396  59.8% -lh5- 6315 Mar  1  1999 z88dk/libsrc/strings/strchr.c
[generic]                  247     612  40.4% -lh5- b502 Aug 19  1998 z88dk/libsrc/stdio/settxy.asm
[generic]                  472    1055  44.7% -lh5- 4a59 Nov 29  1998 z88dk/libsrc/stdlib/abs.asm
[generic]                  534    1296  41.2% -lh5- 40c5 Nov 27  1998 z88dk/libsrc/stdlib/atexit.asm
[generic]                  255     529  48.2% -lh5- 3044 Dec  1  1998 z88dk/libsrc/stdlib/csleep.asm
[generic]                  551    1380  39.9% -lh5- 099e Nov 27  1998 z88dk/libsrc/stdlib/exit.asm
[generic]                  493    1350  36.5% -lh5- d8ae Mar 12  1999 z88dk/libsrc/stdlib/getcwd.asm
[generic]                  161     321  50.2% -lh5- 52c0 Nov 15  1998 z88dk/libsrc/stdlib/labs.asm
[generic]                  239     395  60.5% -lh5- 3a22 Mar 12  1999 z88dk/libsrc/stdio/getk.asm
[generic]                  208     336  61.9% -lh5- 0ac7 Aug 19  1998 z88dk/libsrc/stdio/getkey.asm
[generic]                  183     319  57.4% -lh5- 4607 Mar  1  1999 z88dk/libsrc/stdio/putchar.asm
[generic]                  426    1178  36.2% -lh5- 0330 Aug 19  1998 z88dk/libsrc/stdio/putn.asm
[generic]                  220     332  66.3% -lh5- d66d Sep  7  1998 z88dk/libsrc/stdio/puts.asm
[generic]                  327     597  54.8% -lh5- 43ed Oct  1  1998 z88dk/libsrc/stdio/remove.asm
[generic]                  359     691  52.0% -lh5- 9571 Oct  1  1998 z88dk/libsrc/stdio/rename.asm
[generic]                  215     546  39.4% -lh5- eb24 Mar 12  1999 z88dk/libsrc/stdio/fhand_ck.asm
[generic]                  825    2081  39.6% -lh5- f4df Oct  1  1998 z88dk/libsrc/stdio/fopen.asm
[generic]                  587    1580  37.2% -lh5- 55ad Mar 12  1999 z88dk/libsrc/stdio/fputc.asm
[generic]                  565    1376  41.1% -lh5- 3f90 Oct 13  1998 z88dk/libsrc/stdio/fputs.asm
[generic]                  471     986  47.8% -lh5- e099 Mar 12  1999 z88dk/libsrc/stdio/ftell.asm
[generic]                  158     292  54.1% -lh5- 83bf Mar 12  1999 z88dk/libsrc/stdio/getc.asm
[generic]                  159     290  54.8% -lh5- d828 Mar 12  1999 z88dk/libsrc/stdio/getc.asm~
[generic]                  437     890  49.1% -lh5- bec7 Jan  9  1997 z88dk/libsrc/standard/turn.asm
[generic]                  431     911  47.3% -lh5- 1ec3 Jan  9  1997 z88dk/libsrc/standard/turnto.asm
[generic]                  371     721  51.5% -lh5- b602 Aug 22  1998 z88dk/libsrc/stdio/fclose.asm
[generic]                  439     892  49.2% -lh5- 9113 Mar 12  1999 z88dk/libsrc/stdio/feof.asm
[generic]                  460    1138  40.4% -lh5- 60ea Mar 15  1999 z88dk/libsrc/stdio/fgetc.asm
[generic]                  530    1375  38.5% -lh5- 9e2c Mar 12  1999 z88dk/libsrc/stdio/fgetpos.asm
[generic]                  857    2734  31.3% -lh5- 5b7c Mar 12  1999 z88dk/libsrc/stdio/fgets.asm
[generic]                 9579   23391  41.0% -lh5- b2f5 Mar 14  1999 z88dk/libsrc/standard/standard.lib
[generic]                  456     939  48.6% -lh5- 70ba Jan  9  1997 z88dk/libsrc/standard/strchr.asm
[generic]                  532    1321  40.3% -lh5- 1c36 Jan  9  1997 z88dk/libsrc/standard/strcpy.asm
[generic]                  339     664  51.1% -lh5- 4fed Jan  9  1997 z88dk/libsrc/standard/tolower.asm
[generic]                  337     660  51.1% -lh5- 6439 Jan  9  1997 z88dk/libsrc/standard/toupper.asm
[generic]                 1139    3137  36.3% -lh5- 948f Mar 14  1999 z88dk/libsrc/standard/transfer.asm
[generic]                  317     613  51.7% -lh5- ebff Jan  9  1997 z88dk/libsrc/standard/setbyte.asm
[generic]                  362     745  48.6% -lh5- ab85 Jan  9  1997 z88dk/libsrc/standard/setlong.asm
[generic]                  312     636  49.1% -lh5- 5f8e Jan  9  1997 z88dk/libsrc/standard/setptr.asm
[generic]                  311     606  51.3% -lh5- e306 Jan  9  1997 z88dk/libsrc/standard/setword.asm
[generic]                  321     545  58.9% -lh5- e4e6 Jan  9  1997 z88dk/libsrc/standard/setxy.asm
[generic]                  324     638  50.8% -lh5- 4c55 Mar 14  1999 z88dk/libsrc/standard/standard
[generic]                  700    1648  42.5% -lh5- 5069 Mar 14  1999 z88dk/libsrc/standard/relpools.asm
[generic]                  819    1987  41.2% -lh5- aac6 Jan  9  1997 z88dk/libsrc/standard/reorder.asm
[generic]                  392     761  51.5% -lh5- bfa2 Jan  9  1997 z88dk/libsrc/standard/respixl.asm
[generic]                  485    1054  46.0% -lh5- a3ab Jan  9  1997 z88dk/libsrc/standard/rnd.asm
[generic]                  626    1732  36.1% -lh5- 643a Mar 14  1999 z88dk/libsrc/standard/rotleft.asm
[generic]                  624    1735  36.0% -lh5- bdaf Mar 14  1999 z88dk/libsrc/standard/rotright.asm
[generic]                  436     833  52.3% -lh5- 4c5d Jan  9  1997 z88dk/libsrc/standard/rand.asm
[generic]                  370     725  51.0% -lh5- 0605 Jan  9  1997 z88dk/libsrc/standard/rbitmask.asm
[generic]                  329     640  51.4% -lh5- ec22 Jan  9  1997 z88dk/libsrc/standard/readbyte.asm
[generic]                  358     748  47.9% -lh5- dd85 Jan  9  1997 z88dk/libsrc/standard/readlong.asm
[generic]                  373     760  49.1% -lh5- 61a7 Jan  9  1997 z88dk/libsrc/standard/readptr.asm
[generic]                  329     627  52.5% -lh5- a0d6 Jan  9  1997 z88dk/libsrc/standard/readword.asm
[generic]                  469     868  54.0% -lh5- 0a32 Mar 14  1999 z88dk/libsrc/standard/openpool.asm
[generic]                  808    1885  42.9% -lh5- ad85 Jan  9  1997 z88dk/libsrc/standard/opngraph.asm
[generic]                  495    1072  46.2% -lh5- 9c79 Jan  9  1997 z88dk/libsrc/standard/pixladdr.asm
[generic]                  428     821  52.1% -lh5- b44c Jan  9  1997 z88dk/libsrc/standard/plotpixl.asm
[generic]                  427     834  51.2% -lh5- bdcb Jan  9  1997 z88dk/libsrc/standard/pointxy.asm
[generic]                  338     632  53.5% -lh5- 5b4c Jan  9  1997 z88dk/libsrc/standard/poolenty.asm
[generic]                 1613    4209  38.3% -lh5- 9fea Mar 14  1999 z88dk/libsrc/standard/malloc.asm
[generic]                  395     742  53.2% -lh5- 63e5 Jan  9  1997 z88dk/libsrc/standard/memcmp.asm
[generic]                  567    1381  41.1% -lh5- 49d0 Jan  9  1997 z88dk/libsrc/standard/memcpy.asm
[generic]                 1236    3000  41.2% -lh5- 08c1 Mar 14  1999 z88dk/libsrc/standard/mfree.asm
[generic]                  967    2637  36.7% -lh5- d436 Jan  9  1997 z88dk/libsrc/standard/move.asm
[generic]                  612    1322  46.3% -lh5- e71d Mar 14  1999 z88dk/libsrc/standard/newpool.asm
[generic]                  291     527  55.2% -lh5- c774 Jan  9  1997 z88dk/libsrc/standard/isdigit.asm
[generic]                  293     551  53.2% -lh5- 7285 Jan  9  1997 z88dk/libsrc/standard/isspace.asm
[generic]                  348     692  50.3% -lh5- d024 Jan  9  1997 z88dk/libsrc/standard/lbitmask.asm
[generic]                 1797    5630  31.9% -lh5- 5543 Jan  9  1997 z88dk/libsrc/standard/lftscrol.asm
[generic]                 1084    2496  43.4% -lh5- 0640 Jan  9  1997 z88dk/libsrc/standard/line.asm
[generic]                 2099    5700  36.8% -lh5- 8f2c Jan  9  1997 z88dk/libsrc/standard/liner.asm
[generic]                 1893    5419  34.9% -lh5- 88d8 Mar 14  1999 z88dk/libsrc/standard/insert.asm
[generic]                  926    2433  38.1% -lh5- bf6d Jan  9  1997 z88dk/libsrc/standard/inthex.asm
[generic]                  366     808  45.3% -lh5- 9b93 Jan  9  1997 z88dk/libsrc/standard/invcase.asm
[generic]                  402     767  52.4% -lh5- bf4f Jan  9  1997 z88dk/libsrc/standard/invpixl.asm
[generic]                  296     525  56.4% -lh5- 35d5 Jan  9  1997 z88dk/libsrc/standard/isalnum.asm
[generic]                  397     850  46.7% -lh5- eef4 Jan  9  1997 z88dk/libsrc/standard/isalpha.asm
[generic]                  548    1230  44.6% -lh5- 5994 Mar 14  1999 z88dk/libsrc/standard/findmin.asm
[generic]                  774    2026  38.2% -lh5- 234d Mar 14  1999 z88dk/libsrc/standard/fxheight.asm
[generic]                  323     628  51.4% -lh5- f382 Jan  9  1997 z88dk/libsrc/standard/getptr.asm
[generic]                  408     843  48.4% -lh5- 1e14 Jan  9  1997 z88dk/libsrc/standard/getvptr.asm
[generic]                  381     727  52.4% -lh5- 41b1 Mar 14  1999 z88dk/libsrc/standard/greywin.asm
[generic]                  345     696  49.6% -lh5- aa79 Jan  9  1997 z88dk/libsrc/standard/initmall.asm
[generic]                  473    1120  42.2% -lh5- fed9 Jan  9  1997 z88dk/libsrc/standard/drawbox.asm
[generic]                  668    1557  42.9% -lh5- 4e26 Mar 14  1999 z88dk/libsrc/standard/dscorder.asm
[generic]                 1220    3124  39.1% -lh5- 5f14 Jan  9  1997 z88dk/libsrc/standard/dspblock.asm
[generic]                 1544    4120  37.5% -lh5- 49e3 Jan  9  1997 z88dk/libsrc/standard/extcall.asm
[generic]                  895    2158  41.5% -lh5- 7aa8 Mar 14  1999 z88dk/libsrc/standard/find.asm
[generic]                  547    1232  44.4% -lh5- a0da Mar 14  1999 z88dk/libsrc/standard/findmax.asm
[generic]                 1102    2938  37.5% -lh5- 8f1c Mar 14  1999 z88dk/libsrc/standard/copy.asm
[generic]                 1850    5183  35.7% -lh5- d4c2 Mar 14  1999 z88dk/libsrc/standard/creatflm.asm
[generic]                 2109    9162  23.0% -lh5- 2a34 Mar 14  1999 z88dk/libsrc/standard/creatwin.asm
[generic]                  626    1522  41.1% -lh5- 98b9 Mar 14  1999 z88dk/libsrc/standard/delall.asm
[generic]                 2284    8965  25.5% -lh5- 3c53 Mar 14  1999 z88dk/libsrc/standard/delete.asm
[generic]                  699    1775  39.4% -lh5- 4f9d Mar 14  1999 z88dk/libsrc/standard/diffrnce.asm
[generic]                 1449    3927  36.9% -lh5- 0521 Jan  9  1997 z88dk/libsrc/standard/bsearch.asm
[generic]                 1271    3352  37.9% -lh5- c4da Jan  9  1997 z88dk/libsrc/standard/clrarea.asm
[generic]                  330     648  50.9% -lh5- 62e2 Jan  9  1997 z88dk/libsrc/standard/clsgraph.asm
[generic]                  436     865  50.4% -lh5- 44b7 Jan  9  1997 z88dk/libsrc/standard/compare.asm
[generic]                  259     464  55.8% -lh5- 1823 Jan  9  1997 z88dk/libsrc/standard/compptr.asm
[generic]                 1099    3507  31.3% -lh5- bac2 Jan  9  1997 z88dk/libsrc/standard/compstr.asm
[generic]                  669    2310  29.0% -lh5- 29fa Jan  9  1997 z88dk/libsrc/standard/avlstrct.asm
[generic]                  243     528  46.0% -lh5- 6ee4 Jan  9  1997 z88dk/libsrc/standard/avltree.def
[generic]                  954    3287  29.0% -lh5- 7ffb Mar 14  1999 z88dk/libsrc/standard/balnclft.asm
[generic]                  936    3276  28.6% -lh5- 3077 Mar 14  1999 z88dk/libsrc/standard/balncrgt.asm
[generic]                  345     624  55.3% -lh5- 60fe Jan  9  1997 z88dk/libsrc/standard/bindbnk1.asm
[generic]                  345     624  55.3% -lh5- 070c Jan  9  1997 z88dk/libsrc/standard/bindbnk2.asm
[generic]                  299     636  47.0% -lh5- 2989 Mar 14  1999 z88dk/libsrc/printflike/utoi.c
[generic]                    0       0 ****** -lh0- 0000 Mar 23  1999 z88dk/libsrc/printflike/zcc_opt.def
[generic]                  616    1361  45.3% -lh5- 316d Jan  9  1997 z88dk/libsrc/standard/allocid.asm
[generic]                  518    1109  46.7% -lh5- 3ca9 Jan  9  1997 z88dk/libsrc/standard/alocvptr.asm
[generic]                  661    1524  43.4% -lh5- a60a Mar 14  1999 z88dk/libsrc/standard/ascorder.asm
[generic]                  432     936  46.2% -lh5- 312f Mar 14  1999 z88dk/libsrc/standard/avlcount.asm
[generic]                  275     452  60.8% -lh5- 0d5a Mar 15  1999 z88dk/libsrc/printflike/sf_ungetc.c
[generic]                  472    1212  38.9% -lh5- 7f89 Mar 15  1999 z88dk/libsrc/printflike/sprintf.asm
[generic]                  427     860  49.7% -lh5- 893c Mar 15  1999 z88dk/libsrc/printflike/sprintf.c
[generic]                  480     989  48.5% -lh5- 1bb5 Mar 15  1999 z88dk/libsrc/printflike/sscanf.asm
[generic]                  381     769  49.5% -lh5- 7602 Mar 15  1999 z88dk/libsrc/printflike/sscanf.c
[generic]                  627    2534  24.7% -lh5- 9db7 Oct 14  1998 z88dk/libsrc/printflike/utoi.asm
[generic]                 1516    8363  18.1% -lh5- dc91 Mar 15  1999 z88dk/libsrc/printflike/scanf1.asm
[generic]                  891    3465  25.7% -lh5- 765d Mar 15  1999 z88dk/libsrc/printflike/scanf1.c
[generic]                 1846    5026  36.7% -lh5- 7252 Oct 10  1998 z88dk/libsrc/printflike/scanf2.c
[generic]                  582    1919  30.3% -lh5- 197a Mar 15  1999 z88dk/libsrc/printflike/sf_getc.asm
[generic]                  410    1077  38.1% -lh5- 7b03 Mar 15  1999 z88dk/libsrc/printflike/sf_getc.c
[generic]                  318     454  70.0% -lh5- 427d Mar 15  1999 z88dk/libsrc/printflike/sf_ungetc.asm
[generic]                  833    3506  23.8% -lh5- c468 Mar 14  1999 z88dk/libsrc/printflike/printf1.c
[generic]                 1467    4263  34.4% -lh5- 16e6 Mar 14  1999 z88dk/libsrc/printflike/printf2.c
[generic]                  240     393  61.1% -lh5- 797b Mar 15  1999 z88dk/libsrc/printflike/README
[generic]                  381     664  57.4% -lh5- 56a0 Mar 15  1999 z88dk/libsrc/printflike/scanf.asm
[generic]                  361     690  52.3% -lh5- 2c82 Mar 15  1999 z88dk/libsrc/printflike/scanf.c
[generic]                 1846    5026  36.7% -lh5- 7252 Oct 10  1998 z88dk/libsrc/printflike/orig/scanf2.c
[generic]                  386     722  53.5% -lh5- 43d9 Mar 14  1999 z88dk/libsrc/printflike/pf_outc.asm
[generic]                  270     537  50.3% -lh5- 31fb Mar 14  1999 z88dk/libsrc/printflike/pf_outc.c
[generic]                  426    1029  41.4% -lh5- ade8 Mar 15  1999 z88dk/libsrc/printflike/printf.asm
[generic]                  412     803  51.3% -lh5- 6c20 Mar 15  1999 z88dk/libsrc/printflike/printf.c
[generic]                 2289   11766  19.5% -lh5- 0627 Mar 14  1999 z88dk/libsrc/printflike/printf1.asm
[generic]                 1021    4337  23.5% -lh5- af2e Oct 14  1998 z88dk/libsrc/printflike/itou.asm
[generic]                  442    1031  42.9% -lh5- ebf6 Mar 14  1999 z88dk/libsrc/printflike/itou.c
[generic]                  932    3678  25.3% -lh5- 3384 Oct 14  1998 z88dk/libsrc/printflike/itox.asm
[generic]                  436    1090  40.0% -lh5- 437e Mar 14  1999 z88dk/libsrc/printflike/itox.c
[generic]                  567    1310  43.3% -lh5- 20f5 Oct 10  1998 z88dk/libsrc/printflike/orig/scanf.c
[generic]                  735    1856  39.6% -lh5- 5db9 Oct 10  1998 z88dk/libsrc/printflike/orig/scanf1.c
[generic]                  304     826  36.8% -lh5- 6205 Mar 14  1999 z88dk/libsrc/printflike/fprintf.asm
[generic]                  410     821  49.9% -lh5- 5e93 Mar 14  1999 z88dk/libsrc/printflike/fprintf.c
[generic]                  391     794  49.2% -lh5- 28b8 Mar 15  1999 z88dk/libsrc/printflike/fscanf.asm
[generic]                  380     748  50.8% -lh5- 194f Mar 15  1999 z88dk/libsrc/printflike/fscanf.c
[generic]                  999    4649  21.5% -lh5- bca2 Oct 13  1998 z88dk/libsrc/printflike/itod.asm
[generic]                  436    1120  38.9% -lh5- 4c85 Mar 14  1999 z88dk/libsrc/printflike/itod.c
[generic]                  263     511  51.5% -lh5- c8e7 Mar  1  1999 z88dk/libsrc/malloc/getlarge.asm
[generic]                  488    1122  43.5% -lh5- 27da Mar  1  1999 z88dk/libsrc/malloc/initmem.asm
[generic]                 1000    2641  37.9% -lh5- f2ba Mar  1  1999 z88dk/libsrc/malloc/malloc.asm
[generic]                    0       0 ****** -lh0- 0000 Mar 23  1999 z88dk/libsrc/malloc/zcc_opt.def
[generic]                   50     100  50.0% -lh5- 8305 Mar 12  1999 z88dk/libsrc/malmake
[generic]                   42      42 100.0% -lh0- 9fe8 Mar 14  1999 z88dk/libsrc/mkclib
[generic]                  213     311  68.5% -lh5- 43f1 Aug 19  1998 z88dk/libsrc/nl.asm
[generic]                   56     144  38.9% -lh5- 6fa8 Aug 22  1998 z88dk/libsrc/libdefs.def
[generic]                 1063    2044  52.0% -lh5- 4dbb Mar 14  1999 z88dk/libsrc/malloc.lib
[generic]                  365     800  45.6% -lh5- 4823 Mar 12  1999 z88dk/libsrc/malloc/calloc.asm
[generic]                  330     713  46.3% -lh5- f089 Mar 12  1999 z88dk/libsrc/malloc/calloc.c
[generic]                  292     724  40.3% -lh5- 2e4f Mar 12  1999 z88dk/libsrc/malloc/clrmem.asm
[generic]                 1661    5939  28.0% -lh5- 1e63 Mar  1  1999 z88dk/libsrc/malloc/free.asm
[generic]                  624    1504  41.5% -lh5- 2895 Mar  1  1999 z88dk/libsrc/malloc/getfree.asm
[generic]                  321     844  38.0% -lh5- 2851 Oct 15  1998 z88dk/libsrc/graphics/uncircle.asm
[generic]                  297     789  37.6% -lh5- 3549 Oct 15  1998 z88dk/libsrc/graphics/undraw.asm
[generic]                  364     899  40.5% -lh5- f8c1 Oct 15  1998 z88dk/libsrc/graphics/undrawb.asm
[generic]                  298     801  37.2% -lh5- 797e Oct 15  1998 z88dk/libsrc/graphics/undrawr.asm
[generic]                  278     657  42.3% -lh5- 5794 Oct 15  1998 z88dk/libsrc/graphics/unplot.asm
[generic]                  906    2840  31.9% -lh5- 4608 Oct 15  1998 z88dk/libsrc/graphics/window.asm
[generic]                  277     657  42.2% -lh5- c589 Oct 15  1998 z88dk/libsrc/graphics/plot.asm
[generic]                  324     849  38.2% -lh5- b99d Oct 15  1998 z88dk/libsrc/graphics/point.asm
[generic]                  253     465  54.4% -lh5- f7d4 Nov 14  1998 z88dk/libsrc/graphics/prfont.asm
[generic]                  324     772  42.0% -lh5- 66bd Oct  1  1998 z88dk/libsrc/graphics/rscroll.asm
[generic]                  290     548  52.9% -lh5- 8963 Nov 14  1998 z88dk/libsrc/graphics/sprite.asm
[generic]                  314     771  40.7% -lh5- 5735 Oct 15  1998 z88dk/libsrc/graphics/swapgfxbk.asm
[generic]                  296     785  37.7% -lh5- d6cc Oct 15  1998 z88dk/libsrc/graphics/draw.asm
[generic]                  361     894  40.4% -lh5- 23be Oct 15  1998 z88dk/libsrc/graphics/drawb.asm
[generic]                  296     796  37.2% -lh5- f43c Oct 15  1998 z88dk/libsrc/graphics/drawr.asm
[generic]                   63      63 100.0% -lh0- 515c Nov 14  1998 z88dk/libsrc/graphics/font.asm
[generic]                   45      77  58.4% -lh5- c27e Oct  1  1998 z88dk/libsrc/graphics/graphics
[generic]                  290     697  41.6% -lh5- 0361 Oct  1  1998 z88dk/libsrc/graphics/lscroll.asm
[generic]                  448    1180  38.0% -lh5- 9ca8 Oct  6  1998 z88dk/libsrc/grafix.inc
[generic]                  317     841  37.7% -lh5- 6ffe Oct 15  1998 z88dk/libsrc/graphics/circle.asm
[generic]                  235     470  50.0% -lh5- 6340 Oct 15  1998 z88dk/libsrc/graphics/clg.asm
[generic]                  286     724  39.5% -lh5- ce4f Oct 16  1998 z88dk/libsrc/graphics/clga.asm
[generic]                  386     866  44.6% -lh5- 2c57 Oct 15  1998 z88dk/libsrc/graphics/closegfx.asm
[generic]                  669    3097  21.6% -lh5- 368d Oct  6  1998 z88dk/libsrc/graphics/dcircle.asm
[generic]                  306     564  54.3% -lh5- 42e8 Oct 10  1998 z88dk/libsrc/genmath/sqrt.c
[generic]                  697    3231  21.6% -lh5- 7c81 Oct 10  1998 z88dk/libsrc/genmath/sqrt.old
[generic]                  264     622  42.4% -lh5- d973 Sep  1  1998 z88dk/libsrc/genmath/tan.asm
[generic]                  279    1301  21.4% -lh5- 82ba Sep  1  1998 z88dk/libsrc/genmath/tanh.asm
[generic]                  177     371  47.7% -lh5- 3829 Sep 16  1998 z88dk/libsrc/genmath/ufloat.asm
[generic]                    0       0 ****** -lh0- 0000 Mar 23  1999 z88dk/libsrc/genmath/zcc_opt.def
[generic]                  268     753  35.6% -lh5- 6637 Sep  1  1998 z88dk/libsrc/genmath/poly.asm
[generic]                  192     364  52.7% -lh5- 4c96 Sep  1  1998 z88dk/libsrc/genmath/pow.asm
[generic]                  296     957  30.9% -lh5- 5b6d Dec  7  1998 z88dk/libsrc/genmath/rand.asm
[generic]                  120     231  51.9% -lh5- 7a50 Dec  7  1998 z88dk/libsrc/genmath/seed.asm
[generic]                  579    1642  35.3% -lh5- f588 Sep  3  1998 z88dk/libsrc/genmath/sin.asm
[generic]                  310    1174  26.4% -lh5- ddff Sep  1  1998 z88dk/libsrc/genmath/sinh.asm
[generic]                  717    2992  24.0% -lh5- a03f Oct 11  1998 z88dk/libsrc/genmath/sqrt.asm
[generic]                  123     207  59.4% -lh5- a37a Sep  1  1998 z88dk/libsrc/genmath/hlsub.asm
[generic]                  623    1659  37.6% -lh5- b4bb Sep 16  1998 z88dk/libsrc/genmath/ifix.asm
[generic]                  724    2395  30.2% -lh5- d920 Sep  3  1998 z88dk/libsrc/genmath/log.asm
[generic]                  142     275  51.6% -lh5- bf1e Sep  1  1998 z88dk/libsrc/genmath/log10.asm
[generic]                  151     254  59.4% -lh5- 8b3f Oct  8  1998 z88dk/libsrc/genmath/minusfa.asm
[generic]                  228     408  55.9% -lh5- 599c Oct  8  1998 z88dk/libsrc/genmath/odd.asm
[generic]                 1106    5994  18.5% -lh5- 4475 Mar 14  1999 z88dk/libsrc/genmath/ftoe.asm
[generic]                  677    2369  28.6% -lh5- 3fe4 Mar 14  1999 z88dk/libsrc/genmath/ftoe.c
[generic]                  894    3740  23.9% -lh5- a682 Mar 14  1999 z88dk/libsrc/genmath/ftoe.i
[generic]                  884    5136  17.2% -lh5- 1160 Mar 14  1999 z88dk/libsrc/genmath/ftoe.op1
[generic]                 1106    5994  18.5% -lh5- 4475 Mar 14  1999 z88dk/libsrc/genmath/ftoe.opt
[generic]                  122     213  57.3% -lh5- f393 Sep  1  1998 z88dk/libsrc/genmath/hladd.asm
[generic]                  228     523  43.6% -lh5- 929e Sep  1  1998 z88dk/libsrc/genmath/evenpol.asm
[generic]                  513    1438  35.7% -lh5- dea8 Sep  1  1998 z88dk/libsrc/genmath/exp.asm
[generic]                  116     233  49.8% -lh5- 72f7 Oct  8  1998 z88dk/libsrc/genmath/fabs.asm
[generic]                  488    1127  43.3% -lh5- b464 Oct 14  1998 z88dk/libsrc/genmath/float.asm
[generic]                  334     810  41.2% -lh5- b570 Sep  1  1998 z88dk/libsrc/genmath/floor.asm
[generic]                  467    1339  34.9% -lh5- 3559 Dec  7  1998 z88dk/libsrc/genmath/fmod.asm
[generic]                  204     368  55.4% -lh5- 59e7 Sep  1  1998 z88dk/libsrc/genmath/amax.asm
[generic]                  144     277  52.0% -lh5- f97c Sep  1  1998 z88dk/libsrc/genmath/amin.asm
[generic]                  633    1541  41.1% -lh5- 1339 Sep  3  1998 z88dk/libsrc/genmath/atan.asm
[generic]                  416    1819  22.9% -lh5- e3b4 Sep  1  1998 z88dk/libsrc/genmath/atan2.asm
[generic]                  119     210  56.7% -lh5- 4feb Dec  7  1998 z88dk/libsrc/genmath/ceil.asm
[generic]                  231     412  56.1% -lh5- a323 Sep  3  1998 z88dk/libsrc/genmath/cos.asm
[generic]                  302    1152  26.2% -lh5- 9233 Sep  1  1998 z88dk/libsrc/genmath/cosh.asm
[generic]                  243     402  60.4% -lh5- 62cf Feb 17  1999 z88dk/libsrc/ctype/isupper.asm
[generic]                  355     840  42.3% -lh5- 79aa Mar  1  1999 z88dk/libsrc/ctype/isxdigit.asm
[generic]                  160     327  48.9% -lh5- 80a6 Mar  1  1999 z88dk/libsrc/ctype/toascii.asm
[generic]                  210     425  49.4% -lh5- e3ab Aug 22  1998 z88dk/libsrc/ctype/tolower.asm
[generic]                  213     413  51.6% -lh5- 5542 Aug 22  1998 z88dk/libsrc/ctype/toupper.asm
[generic]                  129     413  31.2% -lh5- d62a Dec  7  1998 z88dk/libsrc/genmake
[generic]                  163     281  58.0% -lh5- 2fac Sep  1  1998 z88dk/libsrc/genmath/addhalf.asm
[generic]                  175     351  49.9% -lh5- 4b5c Mar  1  1999 z88dk/libsrc/ctype/isascii.asm
[generic]                  194     353  55.0% -lh5- 5c3c Mar  1  1999 z88dk/libsrc/ctype/iscntrl.asm
[generic]                  226     376  60.1% -lh5- 87c3 Feb 17  1999 z88dk/libsrc/ctype/isdigit.asm
[generic]                  254     418  60.8% -lh5- 8233 Feb 17  1999 z88dk/libsrc/ctype/islower.asm
[generic]                  401     768  52.2% -lh5- 55b2 Mar  1  1999 z88dk/libsrc/ctype/ispunct.asm
[generic]                  221     492  44.9% -lh5- 074b Mar  1  1999 z88dk/libsrc/ctype/isspace.asm
[generic]                  176     317  55.5% -lh5- 0156 Sep 13  1998 z88dk/libsrc/crt0_long/l_long_ult.asm
[generic]                  241     706  34.1% -lh5- 2175 Nov 13  1998 z88dk/libsrc/crt0_long/l_long_xor.asm
[generic]                  232     401  57.9% -lh5- bcaa Feb 26  1999 z88dk/libsrc/crt0_long/long2int_s.asm
[generic]                  335     669  50.1% -lh5- 5f8a Mar  1  1999 z88dk/libsrc/crt0_long/lpush2.asm
[generic]                  345     811  42.5% -lh5- 0e8c Mar  1  1999 z88dk/libsrc/ctype/isalnum.asm
[generic]                  239     444  53.8% -lh5- 8310 Feb 17  1999 z88dk/libsrc/ctype/isalpha.asm
[generic]                  548    1704  32.2% -lh5- f48f Feb 26  1999 z88dk/libsrc/crt0_long/l_long_sub.asm
[generic]                  866    2991  29.0% -lh5- 3a30 Feb 26  1999 z88dk/libsrc/crt0_long/l_long_ucmp.asm
[generic]                  190     351  54.1% -lh5- c73c Feb 26  1999 z88dk/libsrc/crt0_long/l_long_uge.asm
[generic]                  187     341  54.8% -lh5- cc4a Feb 26  1999 z88dk/libsrc/crt0_long/l_long_ugt.asm
[generic]                  180     333  54.1% -lh5- 3ed5 Sep 14  1998 z88dk/libsrc/crt0_long/l_long_ule.asm
[generic]                  173     308  56.2% -lh5- a269 Sep 13  1998 z88dk/libsrc/crt0_long/l_long_lt.asm
[generic]                  724    1888  38.3% -lh5- d635 Nov 14  1998 z88dk/libsrc/crt0_long/l_long_mult.asm
[generic]                  173     301  57.5% -lh5- 0d41 Sep 13  1998 z88dk/libsrc/crt0_long/l_long_ne.asm
[generic]                  156     327  47.7% -lh5- 60c9 Nov 15  1998 z88dk/libsrc/crt0_long/l_long_neg.asm
[generic]                  239     700  34.1% -lh5- a4b2 Nov 13  1998 z88dk/libsrc/crt0_long/l_long_or.asm
[generic]                  171     300  57.0% -lh5- 12b3 Feb 26  1999 z88dk/libsrc/crt0_long/l_long_eq.asm
[generic]                  179     327  54.7% -lh5- df23 Feb 26  1999 z88dk/libsrc/crt0_long/l_long_ge.asm
[generic]                  214     381  56.2% -lh5- e1cf Feb 26  1999 z88dk/libsrc/crt0_long/l_long_gt.asm
[generic]                  176     326  54.0% -lh5- f6b2 Sep 13  1998 z88dk/libsrc/crt0_long/l_long_le.asm
[generic]                  151     319  47.3% -lh5- 80c8 Sep 13  1998 z88dk/libsrc/crt0_long/l_long_lneg.asm
[generic]                  879    3075  28.6% -lh5- c853 Feb 26  1999 z88dk/libsrc/crt0_long/l_long_cmp.asm
[generic]                  743    2221  33.5% -lh5- 2f00 Feb 26  1999 z88dk/libsrc/crt0_long/l_long_cmp_new.asm
[generic]                  142     336  42.3% -lh5- 28ec Sep 13  1998 z88dk/libsrc/crt0_long/l_long_com.asm
[generic]                  979    3128  31.3% -lh5- 288e Nov 15  1998 z88dk/libsrc/crt0_long/l_long_div.asm
[generic]                  765    2236  34.2% -lh5- c42c Nov 15  1998 z88dk/libsrc/crt0_long/l_long_div_u.asm
[generic]                  422    1107  38.1% -lh5- 1e73 Feb 26  1999 z88dk/libsrc/crt0_long/l_long_asr.asm
[generic]                  440    1125  39.1% -lh5- 1cfd Mar 22  1999 z88dk/libsrc/crt0_long/l_long_asr_u.asm
[generic]                  132     246  53.7% -lh5- 27fc Sep 13  1998 z88dk/libsrc/crt0_long/l_long_bool.asm
[generic]                  406    1004  40.4% -lh5- 1423 Nov 30  1998 z88dk/libsrc/crt0_long/l_long_case.asm
[generic]                  195     411  47.4% -lh5- 5103 Feb 23  1999 z88dk/libsrc/crt0_long/l_declong.asm
[generic]                  204     419  48.7% -lh5- 0ffd Feb 21  1999 z88dk/libsrc/crt0_long/l_inclong.asm
[generic]                  488    1574  31.0% -lh5- 303b Feb 21  1999 z88dk/libsrc/crt0_long/l_long_add.asm
[generic]                  242     706  34.3% -lh5- 3044 Nov 13  1998 z88dk/libsrc/crt0_long/l_long_and.asm
[generic]                  440    1093  40.3% -lh5- 6ad4 Feb 26  1999 z88dk/libsrc/crt0_long/l_long_asl.asm
[generic]                  224     385  58.2% -lh5- e40e Feb 24  1999 z88dk/libsrc/crt0/l_uge.asm
[generic]                  230     404  56.9% -lh5- 89d5 Feb 24  1999 z88dk/libsrc/crt0/l_ugt.asm
[generic]                  225     401  56.1% -lh5- e716 Feb 24  1999 z88dk/libsrc/crt0/l_ule.asm
[generic]                  221     383  57.7% -lh5- bbcc Feb 24  1999 z88dk/libsrc/crt0/l_ult.asm
[generic]                  185     327  56.6% -lh5- c9b9 Sep  7  1998 z88dk/libsrc/crt0/l_xor.asm
[generic]                  110     170  64.7% -lh5- bd0e Dec  4  1998 z88dk/libsrc/crt0/zzzzzzzz.asm
[generic]                  152     266  57.1% -lh5- aec2 Feb 26  1999 z88dk/libsrc/crt0_long/int2long_s.asm
[generic]                  183     319  57.4% -lh5- c86b Sep  7  1998 z88dk/libsrc/crt0/l_or.asm
[generic]                  186     324  57.4% -lh5- 4e2e Sep  7  1998 z88dk/libsrc/crt0/l_pint.asm
[generic]                  123     350  35.1% -lh5- b2a4 Sep 13  1998 z88dk/libsrc/crt0/l_plong.asm
[generic]                  121     290  41.7% -lh5- fe50 Dec  2  1998 z88dk/libsrc/crt0/l_putptr.asm
[generic]                  182     319  57.1% -lh5- d3ba Sep  7  1998 z88dk/libsrc/crt0/l_sub.asm
[generic]                  160     273  58.6% -lh5- fcb9 Sep  7  1998 z88dk/libsrc/crt0/l_sxt.asm
[generic]                  247     438  56.4% -lh5- dedc Sep  7  1998 z88dk/libsrc/crt0/l_ucmp.asm
[generic]                  228     390  58.5% -lh5- ed2a Sep  7  1998 z88dk/libsrc/crt0/l_gt.asm
[generic]                  224     395  56.7% -lh5- 4a82 Sep  7  1998 z88dk/libsrc/crt0/l_le.asm
[generic]                  191     329  58.1% -lh5- 2f5c Sep  7  1998 z88dk/libsrc/crt0/l_lneg.asm
[generic]                  220     378  58.2% -lh5- 1567 Sep 12  1998 z88dk/libsrc/crt0/l_lt.asm
[generic]                  326     906  36.0% -lh5- 0d2f Nov 27  1998 z88dk/libsrc/crt0/l_mul.asm
[generic]                  216     366  59.0% -lh5- a0dd Sep  7  1998 z88dk/libsrc/crt0/l_ne.asm
[generic]                  173     294  58.8% -lh5- 67e2 Oct 11  1998 z88dk/libsrc/crt0/l_neg.asm
[generic]                  567    1356  41.8% -lh5- 3f09 Nov 28  1998 z88dk/libsrc/crt0/l_div_u.asm
[generic]                  214     364  58.8% -lh5- db9f Sep  7  1998 z88dk/libsrc/crt0/l_eq.asm
[generic]                  206     342  60.2% -lh5- 2a5b Oct 10  1998 z88dk/libsrc/crt0/l_gchar.asm
[generic]                  222     379  58.6% -lh5- 2939 Sep  7  1998 z88dk/libsrc/crt0/l_ge.asm
[generic]                  165     346  47.7% -lh5- 621a Dec  2  1998 z88dk/libsrc/crt0/l_getptr.asm
[generic]                  169     279  60.6% -lh5- 5f14 Sep  7  1998 z88dk/libsrc/crt0/l_gint.asm
[generic]                  142     355  40.0% -lh5- bc55 Sep 13  1998 z88dk/libsrc/crt0/l_glong.asm
[generic]                  316     892  35.4% -lh5- bfb9 Aug 29  1998 z88dk/libsrc/crt0/l_case_old.a
[generic]                  173     312  55.4% -lh5- d380 Sep  7  1998 z88dk/libsrc/crt0/l_cm_bc.asm
[generic]                  173     311  55.6% -lh5- 03a6 Sep  7  1998 z88dk/libsrc/crt0/l_cm_de.asm
[generic]                  294     584  50.3% -lh5- 8ffa Sep  7  1998 z88dk/libsrc/crt0/l_cmp.asm
[generic]                  175     305  57.4% -lh5- b7bc Sep  7  1998 z88dk/libsrc/crt0/l_com.asm
[generic]                  184     327  56.3% -lh5- c337 Sep  7  1998 z88dk/libsrc/crt0/l_deneg.asm
[generic]                 1125    3536  31.8% -lh5- 1ecd Nov 28  1998 z88dk/libsrc/crt0/l_div.asm
[generic]                  209     348  60.1% -lh5- 880b Sep  7  1998 z88dk/libsrc/crt0/l_asl.asm
[generic]                  260     618  42.1% -lh5- 65ef Mar 22  1999 z88dk/libsrc/crt0/l_asr.asm
[generic]                  280     650  43.1% -lh5- 65d5 Mar 22  1999 z88dk/libsrc/crt0/l_asr_u.asm
[generic]                  186     331  56.2% -lh5- dfac Sep  7  1998 z88dk/libsrc/crt0/l_bcneg.asm
[generic]                  162     268  60.4% -lh5- 8fa7 Sep  7  1998 z88dk/libsrc/crt0/l_bool.asm
[generic]                  285     677  42.1% -lh5- 472d Oct 13  1998 z88dk/libsrc/crt0/l_case.asm
[generic]                  886    3502  25.3% -lh5- b97a Mar 22  1999 z88dk/lib/z88_crt0.hdr
[generic]                  557     867  64.2% -lh5- a882 Mar 22  1999 z88dk/lib/z88_crt0.obj
[generic]                 1264    3752  33.7% -lh5- ec44 Dec 15  1998 z88dk/lib/z88_math.lib
[generic]                  632    1099  57.5% -lh5- 7a26 Mar 21  1999 z88dk/lib/zcc.cfg
[generic]                    0       0 ****** -lh0- 0000 Mar 23  1999 z88dk/lib/zcc_opt.def
[generic]                  627    2608  24.0% -lh5- 4cfa Mar 22  1999 z88dk/libsrc/clib_make
[generic]                  188     313  60.1% -lh5- e76d Oct 10  1998 z88dk/libsrc/crt0/getarg.asm
[generic]                  185     328  56.4% -lh5- 91fd Sep  7  1998 z88dk/libsrc/crt0/l_and.asm
[generic]                 1104    2503  44.1% -lh5- 0959 Feb 28  1996 z88dk/lib/stdio.def
[generic]                 1744    5053  34.5% -lh5- 3580 Feb 28  1996 z88dk/lib/syspar.def
[generic]                  524    1218  43.0% -lh5- af93 Feb 28  1996 z88dk/lib/time.def
[generic]                  196     274  71.5% -lh5- d8c4 Feb 28  1996 z88dk/lib/tokens.def
[generic]                 1514    6047  25.0% -lh5- 83b3 Mar 21  1999 z88dk/lib/z80rules.1
[generic]                 1517    6075  25.0% -lh5- 8f23 Mar 19  1999 z88dk/lib/z80rules.1_990320
[generic]                 1260    8741  14.4% -lh5- 23f3 Mar 21  1999 z88dk/lib/z80rules.2
[generic]                12669   32844  38.6% -lh5- 2d62 Mar 22  1999 z88dk/lib/z88_clib.lib
[generic]                 2307    6615  34.9% -lh5- 0f0c Mar 14  1999 z88dk/lib/z88_crt0.asm
[generic]                  272     437  62.2% -lh5- 077c Mar  8  1998 z88dk/lib/map.def
[generic]                 5531   23081  24.0% -lh5- 229d Dec  7  1998 z88dk/lib/mathgen.asm
[generic]                  917    2946  31.1% -lh5- 0c29 Dec  7  1998 z88dk/lib/mathz88.asm
[generic]                 1101    2592  42.5% -lh5- 0aaa Feb 28  1996 z88dk/lib/memory.def
[generic]                  352     621  56.7% -lh5- 3510 Feb 28  1996 z88dk/lib/misc.def
[generic]                  414     800  51.8% -lh5- baab Feb 28  1996 z88dk/lib/saverst.def
[generic]                  310     565  54.9% -lh5- a690 Feb 28  1996 z88dk/lib/screen.def
[generic]                  362     693  52.2% -lh5- d681 Feb 28  1996 z88dk/lib/serintfc.def
[generic]                 9579   23391  41.0% -lh5- b2f5 Mar 14  1999 z88dk/lib/standard.lib
[generic]                 1132    2652  42.7% -lh5- e108 Feb 28  1996 z88dk/lib/fileio.def
[generic]                  260     483  53.8% -lh5- f80f Feb 28  1996 z88dk/lib/filter.def
[generic]                  805    1719  46.8% -lh5- 802c Mar  8  1998 z88dk/lib/flashepr.def
[generic]                  839    2254  37.2% -lh5- 3851 Mar  1  1999 z88dk/lib/float.asm
[generic]                  853    1977  43.1% -lh5- 57aa Feb 28  1996 z88dk/lib/fpp.def
[generic]                 3357    6874  48.8% -lh5- b2c4 Dec 15  1998 z88dk/lib/gen_math.lib
[generic]                  292     562  52.0% -lh5- e594 Feb 28  1996 z88dk/lib/integer.def
[generic]                  232     331  70.1% -lh5- 6848 Feb 28  1996 z88dk/lib/interrpt.def
[generic]                 1063    2044  52.0% -lh5- 4dbb Mar 14  1999 z88dk/lib/malloc.lib
[generic]                   22      22 100.0% -lh0- 369c Mar 10  1999 z88dk/include/strings.h
[generic]                  523    1132  46.2% -lh5- 503d Feb 28  1996 z88dk/lib/alarm.def
[generic]                  983    3534  27.8% -lh5- bb60 Sep 29  1998 z88dk/lib/bastoken.def
[generic]                  248     423  58.6% -lh5- 8b19 Feb 28  1996 z88dk/lib/char.def
[generic]                  394     920  42.8% -lh5- 6fd7 Sep 29  1998 z88dk/lib/ctrlchar.def
[generic]                 1446    3780  38.3% -lh5- bbaa Feb 28  1996 z88dk/lib/director.def
[generic]                  597    1298  46.0% -lh5- 9c07 Feb 28  1996 z88dk/lib/dor.def
[generic]                 1216    2700  45.0% -lh5- 8825 Feb 28  1996 z88dk/lib/error.def
[generic]                  133     163  81.6% -lh5- d6fd Oct  5  1998 z88dk/examples/world.c
[generic]                  233     549  42.4% -lh5- 8e04 Mar 10  1999 z88dk/include/ctype.h
[generic]                  244     470  51.9% -lh5- 16c0 Dec  7  1998 z88dk/include/float.h
[generic]                  680    1773  38.4% -lh5- 9361 Mar 11  1999 z88dk/include/graphics.h
[generic]                  292     520  56.2% -lh5- f4cd Mar 12  1999 z88dk/include/malloc.h
[generic]                  368    1014  36.3% -lh5- 3fb4 Mar 10  1999 z88dk/include/math.h
[generic]                  742    1763  42.1% -lh5- bfd1 Mar 15  1999 z88dk/include/stdio.h
[generic]                  313     584  53.6% -lh5- 0510 Mar 12  1999 z88dk/include/stdlib.h
[generic]                  314    1059  29.7% -lh5- 64a8 Mar 17  1999 z88dk/include/string.h
[generic]                  391     764  51.2% -lh5- 36f7 Oct  7  1998 z88dk/examples/filetest.c
[generic]                  583    1622  35.9% -lh5- f81f Oct 16  1998 z88dk/examples/gfx.c
[generic]                  269     378  71.2% -lh5- c797 Mar 19  1999 z88dk/examples/macro.c
[generic]                  130     178  73.0% -lh5- 0a83 Sep 27  1998 z88dk/examples/opt_test.c
[generic]                 1833    3170  57.8% -lh5- 1870 Mar 22  1999 z88dk/examples/rpn.bin
[generic]                  954    2215  43.1% -lh5- 4256 Mar 14  1999 z88dk/examples/rpn.c
[generic]                 1476    2587  57.1% -lh5- 22e3 Mar 22  1999 z88dk/examples/sorter.bin
[generic]                  391     859  45.5% -lh5- 1334 Mar 15  1999 z88dk/examples/sorter.c
[generic]                  808    1688  47.9% -lh5- 6371 Mar 14  1999 z88dk/examples/define.c
[generic]                 2181    4487  48.6% -lh5- c30d Mar 22  1999 z88dk/examples/dstar.bin
[generic]                 4153   11706  35.5% -lh5- 6779 Dec  2  1998 z88dk/examples/dstar.c
[generic]                 1686   12788  13.2% -lh5- 1bce Dec  3  1998 z88dk/examples/dstar.h
[generic]                 4733   24883  19.0% -lh5- 4f3e Jul 31  1998 z88dk/examples/dstar_orig.a
[generic]                 2181    4031  54.1% -lh5- 1005 Sep 12  1998 z88dk/examples/enigma.bas
[generic]                 1104    1872  59.0% -lh5- 0e16 Mar 22  1999 z88dk/examples/enigma.bin
[generic]                 1169    3756  31.1% -lh5- 5edd Mar 15  1999 z88dk/examples/enigma.c
[generic]                 2681    6100  44.0% -lh5- 041d Dec  2  1998 z88dk/doc/far.html
[generic]                 6649   16101  41.3% -lh5- ae36 Mar 23  1999 z88dk/doc/history.html
[generic]                 1108    2726  40.6% -lh5- 8585 Mar 11  1999 z88dk/doc/stdio.html
[generic]                32779   92761  35.3% -lh5- a100 Mar  7  1999 z88dk/doc/z80asm.txt
[generic]                14643   36552  40.1% -lh5- 9f60 Mar 23  1999 z88dk/doc/zcc.html
[generic]                 1036    3605  28.7% -lh5- 07cc Mar 13  1999 z88dk/examples/cube.c
[generic]                 1370   16054   8.5% -lh5- 7e08 Mar 22  1999 z88dk/examples/cube.wk
[generic]                 2323    4731  49.1% -lh5- 7c40 Mar 14  1999 z88dk/examples/cube_gen.bin
[generic]                 1444    3712  38.9% -lh5- 264b Mar 14  1999 z88dk/examples/cube_z88.bin
[generic]                15594   27304  57.1% -lh5- b799 Aug  3  1998 z88dk/bin/dz80
[generic]                28302   74100  38.2% -lh5- 47b5 Sep  8  1998 z88dk/bin/dzasm
[generic]                31767   55908  56.8% -lh5- 3bd0 Mar 22  1999 z88dk/bin/sccz80
[generic]                37019   86332  42.9% -lh5- 5a28 Mar 22  1999 z88dk/bin/sccz80_wos
[generic]                  291     459  63.4% -lh5- a20f Mar 23  1999 z88dk/bin/startzcc
[generic]                33566   66952  50.1% -lh5- f826 Mar  9  1999 z88dk/bin/z80asm
[generic]                11592   20256  57.2% -lh5- 9e64 Mar 22  1999 z88dk/bin/zcc
[generic]                16658   28272  58.9% -lh5- e3a5 Feb 17  1999 z88dk/bin/zcpp
[generic]                17675   42244  41.8% -lh5- 9c3f Mar 21  1999 z88dk/bin/zcpp_wos
[generic]                 1141    2322  49.1% -lh5- aec0 Dec  3  1998 z88dk/doc/dz80.readme
[generic]                 1220    2502  48.8% -lh5- 37b5 Feb 25  1998 z88dk/doc/dz80read.me
[generic]                 5332    9256  57.6% -lh5- 6943 Mar 22  1999 z88dk/bin/copt
[generic]                 4531   10880  41.6% -lh5- ce29 Mar 22  1999 z88dk/bin/copt_wos
---------- ----------- ------- ------- ------ ---------- ------------ -------------
 Total       478 files  564152 1421234  39.7%            Mar 23  1999

Aminet © 1992-2024 Urban Müller and the Aminet team. Aminet contact address: <aminetaminet net>