I agree, assembly language can be great if it is used properly. In my experience, PC
software nowadays is written and embedded into Excel. That's great in that you
don't have to worry about the headaches of Windows itself, but you can't access
the raw power of the hardware directly as it's going through Excel, then Windows
before it finally reaches the hardware and by that time you would have wasted a fair bit
of computing power.
The software I come across at work that hasn't been embedded in Excel is often buggy
(even with something as simple as inserting a blank line into a data table!). Now I'm
not in a position of power (sadly), but if that were my company I would be very angry that
such simple bugs didn't get picked up in the testing (unless we did no testing to save
money!).
Regards,
Andrew B
aliensrcooluk at yahoo.co.uk
--- On Tue, 7/4/09, Gordon JC Pearce MM3YEQ <gordonjcp at gjcp.net> wrote:
From: Gordon JC Pearce MM3YEQ <gordonjcp at gjcp.net>
Subject: Re: The lost art (Was: The VAX is running
To: "General Discussion: On-Topic and Off-Topic Posts" <cctalk at
classiccmp.org>
Date: Tuesday, 7 April, 2009, 9:15 PM
On Mon, 2009-04-06 at 18:28 -0400, Charles H Dickman wrote:
examples? First, how could anybody get anything done
with an assembly
language.
I get stuff done with assembly language every day. I had much the same
comment from someone at a BCS meeting once, who was ranting about
assembly being irrelevant and everything should be written in Java.
He got quite upset when I asked him how he planned to squeeze a JVM into
1024 words of ROM, along with the application.
Gordon