Hacker News new | ask | show | jobs
by pjmlp 152 days ago
Yet it is one in itself, otherwise UNIX would still be written in Assembly.
1 comments

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.