If you have ever wondered what the machine instructions look like of your compiled program, this great tool will help you see that as you type it.
The Compiler Explorer allows you to enter a program in a compiled language and see the assembly instructions that would be executed by your machine. It has a wide selection of programming languages as well as compilers and architectures.
You can have a play with this tool at: https://godbolt.org/