Assembly or ....

Sean Fagan seanf at sco.COM
Tue Nov 29 04:57:56 AEST 1988


In article <1961 at crete.cs.glasgow.ac.uk> orr at cs.glasgow.ac.uk (Fraser Orr) writes:
>Do you think it is important to understand how transistors work as well?
>The semantic level of most mircoprocessors is high enough that
>learning a HLL is pretty much sufficient these days (compare 68000 asm
>to C for example.)

However, not all micros use a 68k.  Compare 8086 asm to C.  Or 88k asm to C.
Or SPARC asm to C.  It is, IMHO, a good idea to learn assembly, or at least
enough to understand the concepts.  This can help people do the ever
unpopular "microoptimizations," and also to understand why the program may
run so slowly.  It also helps when you need to break into adb and find out
why the blasted program is dereferencing through location 12 8-).

-- 
Sean Eric Fagan  | "Engineering without management is *ART*"
seanf at sco.UUCP   |     Jeff Johnson (jeffj at sco)
(408) 458-1422   | Any opinions expressed are my own, not my employers'.



More information about the Comp.lang.c mailing list