Nytro Posted May 4, 2014 Report Posted May 4, 2014 [h=1]Let's Write Some X86-64[/h]This a beautiful quote, one that I think truly captures the relationship between higher level languages and the Instruction Set Architecture (ISA)’s machine code, though this is from the angle of controlling the machine with its implementation specific quirks which can detract from what you’re actually trying to do. This blog is meant for those who don’t know x86-64 assembly, but maybe know a little C, and are curious about code generation. Or maybe if you’ve ever tried to hand write x86-64 assembly, and got stuck trying to understand the tooling or seemingly random segfaults from what appears to be valid instructions.Articol: https://nickdesaulniers.github.io/blog/2014/04/18/lets-write-some-x86-64/ Quote