You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.