>>28488Moron. High level language are
more readable than Assembly, not perfectly readable unto themselves.
>>28493Meh. When writing C, I can still tell, broad strokes, what the computer is doing on any given line of code, especially at lower optimization levels. It's definitely a bigger jump from Assembly to C code than Machine Code to Assembly, but it's still a negotiable one, especially if you're familiar with Assembly. I know embedded programmers who know what the Assembly will look like in a given C implementation before they've even compiled.