|
|
|
|
|
by notalaser
3773 days ago
|
|
It's not untrue, but it's worth remembering that programming computers in assembly language was quite popular at that time, especially for systems software. Assembly has idioms that can be many lines long, and you tend to recognize them after you've programmed a system for long enough. 10 pages of uncommented, but idiomatic assembly code are more or less the equivalent of 2-3 pages of uncommented (but often idiomatic) C code, which can be fairly manageable. |
|