403
Code is a spectrum
(files.catbox.moe)
Post funny things about programming here! (Or just rant about your favourite programming language.)
I think it’s most commonly called machine code.
True. Machine code usually has a 1:1 mapping to assembly so it's not hard to read machine code as assembly. Although you will not see any of the labels (unless for some reason the the labels were left in).