Anyone here use assembly?
You're viewing a single thread.
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