Hacker News new | ask | show | jobs
by pmarin 151 days ago
The C way is to avoid abstractions in first place.
1 comments

Yet it is one in itself, otherwise UNIX would still be written in Assembly.
Assembly itself is an abstraction. UNIX should have been written in machine code.
It was until version 4, when the C rewrite took place as it wasn't fun to keep writing it in Assembly.
Assembly code != machine code
Depends if you have an Assembler at hand, or a plain hexdump monitor, hopefully with a checksum entry on each row.