Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Posting-Version: version B 2.10.1 6/24/83; site brl-vgr.ARPA Path: utzoo!watmath!clyde!burl!ulysses!harpo!seismo!brl-tgr!brl-vgr!gwyn From: gwyn@brl-vgr.ARPA (Doug Gwyn ) Newsgroups: net.micro.apple,net.micro.cbm Subject: Re: compilers for the 6502 Message-ID: <2124@brl-vgr.ARPA> Date: Thu, 17-May-84 07:44:44 EDT Article-I.D.: brl-vgr.2124 Posted: Thu May 17 07:44:44 1984 Date-Received: Fri, 18-May-84 02:14:24 EDT References: <850@unm-cvax.UUCP> Organization: Ballistics Research Lab Lines: 5 Manx C65 allocates automatics off the stack, as usual for C runtime design. However, they do not use the hardware stack since it is too limited but instead maintain their own (SP in a known place). This works just fine, although clearly a better architecture would permit faster, smaller code.