RE: [cc65] Atari tgi update

From: Shawn Jefferson <sjefferson1shaw.ca>
Date: 2009-11-11 21:41:40
Hmm, do we know why the Atari executable is so much larger than the other
targets?

> -----Original Message-----
> From: owner-cc65@musoftware.de [mailto:owner-cc65@musoftware.de] On Behalf
> Of Ullrich von Bassewitz
> Sent: Wednesday, November 11, 2009 8:19 AM
>
>The Atari is already the platform that generates the biggest
> executables, and I don't want to make this the general policy:
> 
> --------------------------------------------------------------------------
> ---
> uz@trixie:~/src/cc65/test$ cat test.c
> int main ()
> {
>     return 0;
> }
> 
> uz@trixie:~/src/cc65/test$ for sys in apple2 atari atmos c128 c16 c64
> plus4
> vic20; do make -s SYS=$sys clean all; echo -en "$sys:\t"; ls -l test; done
> apple2: -rw-r--r-- 1 uz uz 480 2009-11-11 17:14 test
> atari:  -rw-r--r-- 1 uz uz 553 2009-11-11 17:14 test
> atmos:  -rw-r--r-- 1 uz uz 230 2009-11-11 17:14 test
> c128:   -rw-r--r-- 1 uz uz 346 2009-11-11 17:14 test
> c16:    -rw-r--r-- 1 uz uz 322 2009-11-11 17:14 test
> c64:    -rw-r--r-- 1 uz uz 331 2009-11-11 17:14 test
> plus4:  -rw-r--r-- 1 uz uz 359 2009-11-11 17:14 test
> vic20:  -rw-r--r-- 1 uz uz 313 2009-11-11 17:14 test
> 
> uz@trixie:~/src/cc65/test$ cat test.c
> #include <stdio.h>
> 
> int main ()
> {
>     printf ("Hello world!\n");
>     return 0;
> }
> 
> uz@trixie:~/src/cc65/test$ for sys in apple2 atari atmos c128 c16 c64
> plus4
> vic20; do make -s SYS=$sys clean all; echo -en "$sys:\t"; ls -l test; done
> apple2: -rw-r--r-- 1 uz uz 2956 2009-11-11 17:14 test
> atari:  -rw-r--r-- 1 uz uz 3273 2009-11-11 17:14 test
> atmos:  -rw-r--r-- 1 uz uz 2478 2009-11-11 17:14 test
> c128:   -rw-r--r-- 1 uz uz 2699 2009-11-11 17:14 test
> c16:    -rw-r--r-- 1 uz uz 2675 2009-11-11 17:14 test
> c64:    -rw-r--r-- 1 uz uz 2684 2009-11-11 17:14 test
> plus4:  -rw-r--r-- 1 uz uz 2759 2009-11-11 17:14 test
> vic20:  -rw-r--r-- 1 uz uz 2666 2009-11-11 17:14 test

----------------------------------------------------------------------
To unsubscribe from the list send mail to majordomo@musoftware.de with
the string "unsubscribe cc65" in the body(!) of the mail.
Received on Wed Nov 11 21:41:51 2009

This archive was generated by hypermail 2.1.8 : 2009-11-11 21:41:55 CET