HACKER Q&A
📣 whatamidoingyo

Best blog tutorial explaining Assembly code?


Best blog tutorial explaining Assembly code?


  👤 westurner Accepted Answer ✓
https://news.ycombinator.com/item?id=23930335#23931373 ; the HLA book: https://en.wikipedia.org/wiki/High_Level_Assembly

Code a sum function, Compile artifact1; Mutate/Change a line, Compile artifact2; and bindiff artifact1 artifact2

HLA is easier to follow than diffing to see what ASM gcc builds from C without flags to simplify the output bytecode. https://news.ycombinator.com/item?id=36454485

Learn X in Y minutes > MIPS Assembly: https://learnxinyminutes.com/docs/mips/