this post was submitted on 04 Aug 2024
478 points (98.2% liked)
Programmer Humor
19480 readers
192 users here now
Welcome to Programmer Humor!
This is a place where you can post jokes, memes, humor, etc. related to programming!
For sharing awful code theres also Programming Horror.
Rules
- Keep content in english
- No advertisements
- Posts must be related to programming or programmer topics
founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
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