Hacker News new | ask | show | jobs
LLMs Don't Read Code. Neither Do I. So I Wrote Redis in Machine Code (gist.github.com)
4 points by runtimepanic 119 days ago
2 comments

That looks like assembly, not machine code, which I think no human can really read or write.

Still cool.

True, it's assembly. I wrote it that way to make it more readable :D
Assembly is not "machine code".
Correct. I meant assembly that assembles to machine code