cm0002@lemmy.world to Programmer Humor@programming.dev · 2 months agoLearning to Program in Cimagemessage-square7linkfedilinkarrow-up1253arrow-down15
arrow-up1248arrow-down1imageLearning to Program in Ccm0002@lemmy.world to Programmer Humor@programming.dev · 2 months agomessage-square7linkfedilink
minus-squareKojichan@lemmy.worldlinkfedilinkarrow-up6·2 months agoI’m doing this in reverse fro assembly. Everything is a pointer!
minus-squareulterno@programming.devlinkfedilinkEnglisharrow-up1·2 months agoThere are pointers in Assembly? All I remember is memory addresses, stored in memory locations.
minus-squareKojichan@lemmy.worldlinkfedilinkarrow-up5·2 months agoWell, they are basically pointers when you’re decompiling assembly. It’s easier to think of them that way.
minus-squareulterno@programming.devlinkfedilinkEnglisharrow-up1·1 month agoHow is it “decompiling” if the programmer made it in Assembly?
I’m doing this in reverse fro assembly. Everything is a pointer!
There are pointers in Assembly?
All I remember is memory addresses, stored in memory locations.
Well, they are basically pointers when you’re decompiling assembly. It’s easier to think of them that way.
How is it “decompiling” if the programmer made it in Assembly?