Gork@lemm.ee to Programmer Humor@lemmy.ml · 1 month agoCode is a spectrumfiles.catbox.moeimagemessage-square24fedilinkarrow-up1405cross-posted to: programmer_humor@programming.dev
arrow-up1405imageCode is a spectrumfiles.catbox.moeGork@lemm.ee to Programmer Humor@lemmy.ml · 1 month agomessage-square24fedilinkcross-posted to: programmer_humor@programming.dev
minus-squaretetris11@lemmy.mllinkfedilinkarrow-up20·1 month agobinaries aren’t assembly though, they’re *peers at notes, draws a blank* they’re… something else
minus-squareTimeSquirrel@kbin.melroy.orglinkfedilinkarrow-up32·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-up27·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).