@[email protected] to Programmer [email protected] • 1 year agoAnyone here use assembly?lemm.eeimagemessage-square16fedilinkarrow-up1496cross-posted to: [email protected]
arrow-up1496imageAnyone here use assembly?lemm.ee@[email protected] to Programmer [email protected] • 1 year agomessage-square16fedilinkcross-posted to: [email protected]
minus-squareDacoTacolinkfedilink11•1 year agoI 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-square@[email protected]linkfedilink4•1 year agoARM assembly is so lovely to work with compared to the old CISC garbage.
minus-square@[email protected]linkfedilink1•11 months agom68k assembly was my favorite back in the day.
minus-square@[email protected]linkfedilink1•11 months agoI love ARM assembly so much that I’m looking at it right now.
minus-squareDacoTacolinkfedilink2•edit-211 months agoHaha 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