Skip to content

Assembly

Quintin edited this page Sep 20, 2022 · 1 revision

All programs are eventually compiled to a language/instruction set called assembly. On most computers this is the x86_64 (amd64) and on embedded systems / M1 laptops it is ARM64.

Check out Godbolt (https://godbolt.org/) to mess around with C code and what the corresponding assembly looks like.

Clone this wiki locally