6 ms·The C way is to avoid abstractions in first place.by pmarin 8mo agoThe C way is to avoid abstractions in first place.pjmlp 8mo agoYet it is one in itself, otherwise UNIX would still be written in Assembly.seanw444 8mo agoAssembly itself is an abstraction. UNIX should have been written in machine code.pjmlp 8mo agoIt was until version 4, when the C rewrite took place as it wasn't fun to keep writing it in Assembly.seanw444 8mo agoAssembly code != machine codepjmlp 8mo agoDepends if you have an Assembler at hand, or a plain hexdump monitor, hopefully with a checksum entry on each row.