Hacker News with Generative AI: Assembly

Size Optimization Tricks (2022) (justine.lol)
This blog post will cover some of the tricks I've used in the past to make c / c++ / python binaries smaller using x86 assembly.
Jas – My X64 Assembler (ycombinator.com)
Hey all! Hope everyone is doing well!<p>So, lately (for the past year or so) I've been learning some basic concepts of the x86 family's instructions and the ELF object file format as a side project. Now I wrote a library that compiles some basic instructions down into a raw ELF binary that ld is willing chew up and for it to spit out an executable file for.
Show HN: Run, learn, and debug x86-64 Assembly code directly from your browser (halb.it)
tolower() with AVX-512 (dotat.at)
An interactive guide to x86-64 assembly – moving data (halb.it)
Assembly (louve.systems)