Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!mnetor!uunet!husc6!rutgers!bellcore!faline!gtchen From: gtchen@faline.bellcore.com (George T. Chen) Newsgroups: comp.misc Subject: Re: Assembly Language Message-ID: <1305@faline.bellcore.com> Date: Thu, 20-Aug-87 12:53:45 EDT Article-I.D.: faline.1305 Posted: Thu Aug 20 12:53:45 1987 Date-Received: Sat, 22-Aug-87 10:39:42 EDT References: <892@edge.UUCP> Reply-To: gtchen@faline.UUCP (George T. Chen) Organization: Bellcore MRE Lines: 11 In article <> elg@killer.UUCP (Eric Green) writes: >...As for SIZE... I >estimate that my 5,000 lines of carefully crafted 6502 assembly language, >could be implemented inmuch less than 1,000 lines of "C" (at an equivalent >commenting and readability level, of course -- no stacking the deck HERE!). But I'm sure the actual piece of executable code in orders of magnitude smaller than the equivalent C program. Also, I've assumed that since you did the program in assembly, then it will probably run faster. For that matter, any program done in any HLL can be done in assembly and made to run as fast if not faster.