Y
Hacker News
new
|
ask
|
show
|
jobs
by
pmarin
151 days ago
The C way is to avoid abstractions in first place.
1 comments
pjmlp
150 days ago
Yet it is one in itself, otherwise UNIX would still be written in Assembly.
link
seanw444
150 days ago
Assembly itself is an abstraction. UNIX should have been written in machine code.
link
pjmlp
150 days ago
It was until version 4, when the C rewrite took place as it wasn't fun to keep writing it in Assembly.
link
seanw444
150 days ago
Assembly code != machine code
link
pjmlp
150 days ago
Depends if you have an Assembler at hand, or a plain hexdump monitor, hopefully with a checksum entry on each row.
link