|
|
|
|
|
by pjc50
2916 days ago
|
|
Assembly is not that difficult if you pick a suitable target and environment - possibly a virtualised one for early learning. Make sure you can single-step cleanly. And this is really how computers "think", while C is full of traps that fall between the language abstraction and the compiled realisation. (The book "C traps and pitfalls" remains one of the most instructive programming books I've ever read, and more languages could do with one) |
|