From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-0.9 required=5.0 tests=BAYES_00,FREEMAIL_FROM, HK_RANDOM_FROM autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,cd9e5d2534af13d4 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2003-02-18 03:00:45 PST Path: archiver1.google.com!postnews1.google.com!not-for-mail From: berndtrog@yahoo.com (Bernd Trog) Newsgroups: comp.lang.ada Subject: Re: Driving Servos (was: Great opportunity for Ada application) Date: 18 Feb 2003 03:00:45 -0800 Organization: http://groups.google.com/ Message-ID: References: <3E4D2C7E.2010306@cogeco.ca> NNTP-Posting-Host: 212.185.252.194 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit X-Trace: posting.google.com 1045566045 8811 127.0.0.1 (18 Feb 2003 11:00:45 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: 18 Feb 2003 11:00:45 GMT Xref: archiver1.google.com comp.lang.ada:34192 Date: 2003-02-18T11:00:45+00:00 List-Id: "Warren W. Gay VE3WWG" wrote: > But it's hard to imagine an Ada95 program fitting into > a 2KB EPROM however.. Well, its all about the runtime library... When you say 'pragma No_Run_Time' and provide your own Put_Line(S : in String) a "Hello World" shrinks to: >avr-size hello_world.elf text data bss dec hex filename 326 16 1 343 157 hello_world.elf Which leaves 1.7 kbyte available for usefull stuff on my current uC, for example. Bernd