Gork@lemm.ee to Programmer Humor@lemmy.ml · 1 month agoCode is a spectrumfiles.catbox.moeimagemessage-square26fedilinkarrow-up1414arrow-down120cross-posted to: programmer_humor@programming.dev
arrow-up1394arrow-down1imageCode is a spectrumfiles.catbox.moeGork@lemm.ee to Programmer Humor@lemmy.ml · 1 month agomessage-square26fedilinkcross-posted to: programmer_humor@programming.dev
minus-squaretetris11@lemmy.mllinkfedilinkarrow-up21·1 month agobinaries aren’t assembly though, they’re *peers at notes, draws a blank* they’re… something else
minus-squareTimeSquirrel@kbin.melroy.orglinkfedilinkarrow-up35·1 month agoYou just have to be able to navigate whatever executable file format it is, figure out where the data/code sections are, how different parts are linked together, and translate all the binary opcodes to readable mnemonics. Easy. 😁
minus-squaredavel [he/him]@lemmy.mllinkfedilinkEnglisharrow-up28·1 month agoI think it’s most commonly called machine code.
minus-squareZiglin (they/them)@lemmy.worldlinkfedilinkEnglisharrow-up4·1 month agoThey’re assembled into binary (together with metadata in some cases).
binaries aren’t assembly though, they’re *peers at notes, draws a blank* they’re… something else
You just have to be able to navigate whatever executable file format it is, figure out where the data/code sections are, how different parts are linked together, and translate all the binary opcodes to readable mnemonics.
Easy. 😁
I think it’s most commonly called machine code.
They’re assembled into binary (together with metadata in some cases).