JPDev@programming.dev to Programmer Humor@programming.dev · 1 年前Anyone here use assembly?lemm.eeimagemessage-square16fedilinkarrow-up1495arrow-down19
arrow-up1486arrow-down1imageAnyone here use assembly?lemm.eeJPDev@programming.dev to Programmer Humor@programming.dev · 1 年前message-square16fedilink
minus-squareDacoTaco@lemmy.worldlinkfedilinkarrow-up11·1 年前I have. Mostly on embedded devices that have no OS and you need something very specific. … Or that one time i was reverse engineering a console kernel. I wrote arm asm then. Was actually fun to do tbh
minus-squareSpaceNoodle@lemmy.worldlinkfedilinkarrow-up4·1 年前ARM assembly is so lovely to work with compared to the old CISC garbage.
minus-squareApexHunter@lemmy.mllinkfedilinkarrow-up1·1 年前m68k assembly was my favorite back in the day.
minus-squareSpaceNoodle@lemmy.worldlinkfedilinkarrow-up1·1 年前I love ARM assembly so much that I’m looking at it right now.
minus-squareDacoTaco@lemmy.worldlinkfedilinkarrow-up2·edit-21 年前Haha ye. It is super interesting to see all those OS principals and seeing how nintendo implemented them. Stuff i will never forget either and some design patterns i have implemented in my actual job too
I have. Mostly on embedded devices that have no OS and you need something very specific.
… Or that one time i was reverse engineering a console kernel. I wrote arm asm then. Was actually fun to do tbh
ARM assembly is so lovely to work with compared to the old CISC garbage.
m68k assembly was my favorite back in the day.
I love ARM assembly so much that I’m looking at it right now.
IOS right?
Haha ye. It is super interesting to see all those OS principals and seeing how nintendo implemented them. Stuff i will never forget either and some design patterns i have implemented in my actual job too