Assembly - WolvSec/Knowledge-Base GitHub Wiki
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.