Hacker News new | ask | show | jobs
by Codhisattva 4142 days ago
I think every programmer should write machine code at least once. It's fascinating to understand how the CPU actually gets the job done.
1 comments

I find it even more fascinating the techniques we use to make calling libraries of code reliable. When writing your own code in machine code, you can jump around all you like; but when you need to use a compiled library, calling conventions start to matter a lot.