Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!mnetor!uunet!husc6!rutgers!dayton!ems!rosevax!rose3!starfire!merlyn From: merlyn@starfire.UUCP (Brian Westley) Newsgroups: comp.misc Subject: Assembly vs. HLL Message-ID: <145@starfire.UUCP> Date: Sun, 9-Aug-87 21:56:16 EDT Article-I.D.: starfire.145 Posted: Sun Aug 9 21:56:16 1987 Date-Received: Tue, 11-Aug-87 03:49:37 EDT Organization: Starfire Consultings Services, Mpls., MN Lines: 7 One drawback to using a high-level language is that it puts another level of complex software between your algorithm and your binary. Witness the problems with Lightspeed C executing code off the stack, or botching the startup to main(). At least with assembly, I'm fairly sure of what I'm getting. Merlyn Leroy