Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!mnetor!uunet!seismo!rutgers!rochester!ken From: ken@rochester.arpa (Ken Yap) Newsgroups: comp.misc Subject: Re: Assembly vs. HLL Message-ID: <1225@sol.ARPA> Date: Mon, 10-Aug-87 12:37:10 EDT Article-I.D.: sol.1225 Posted: Mon Aug 10 12:37:10 1987 Date-Received: Tue, 11-Aug-87 04:28:49 EDT References: <145@starfire.UUCP> Reply-To: ken@rochester.UUCP (Ken Yap) Organization: U of Rochester, CS Dept, Rochester, NY Lines: 10 |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. Don't blame a bad implementation on the language. And I have encountered buggy assemblers too. Ken