[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[ale] why not asm
- Subject: [ale] why not asm
- From: vernard at cc.gatech.edu (Vernard Martin)
- Date: 19 Dec 2001 23:54:23 -0500
On Wed, 2001-12-19 at 23:04, Stephen Turner wrote:
> why dont people use asembly more often? supposedly its
> about as easy to code asembly as it is c, supposedly
> the processors have different coding for asm but cant
> they agree and or os just be slightly coded
> differently for diff procs?
The reason most folks program in a higher level language is that in
general, programmers on average, write the same number of lines of code
per day regardless of what language they are using. High level languages
let you get more work done per line of code since you can rely on the
compiler doing a lot of work for you. Not to mention things like
libraries and things like that. However, the tradeoff is usually that
code written in native assembly is much faster. But the tradeoff between
speed and ease of coding is well worth it in most cases.
just another piece of info for you
V
--
Vernard Martin (vernard at cc.gatech.edu)
http://www.cc.gatech.edu/~vernard/
"Pain heals. Chicks dig scars. But Glory. Glory lasts forever."
---
This message has been sent through the ALE general discussion list.
See http://www.ale.org/mailing-lists.shtml for more info. Problems should be
sent to listmaster at ale dot org.