back

by ofalkaed·3y ago·view on hn ↗
>Have someone show you how to compile using, say, gcc so that the compiler outputs the assembly files (.s) annotated with the C input:

Never knew you could do this, not a single programming book that I have read has mentioned it. This is great and really helpful, thanks.

1 comments
You are welcome. Learning C is pretty straightforward when you know what it is doing: mysterious bugs are no longer mysterious. I think this notion of "information hiding" being helpful to people is ridiculous. Learn what the machine is doing at the bottom and then build up your understanding in layers.