Comment Re:What do we need assembly for (Score 2) 167
A few years ago I ported some legacy device firmware from its ancient Sun-based development environment to gcc (68k cross-compiler) and Linux. Most of the code compiled reasonably as-is. Some of it required a bit of hand-holding, like telling gcc that I really did need to store four characters one at a time rather than a single long when talking to a dual-port RAM interface.
Some of the low-level OS code did in fact require assembly. So be it.
...laura