1. Introduction and Problem Statement A good way to learn what a compiler really does when transforming C source code into a binary is to disassemble the binary and compare it with the C source code. While this was traditionally true for 8-bit microcontrollers, it is equally insightful for mode...

Source: [Dev.to](https://dev.to/ddupard/risc-v-32-bit-what-does-gcc-do-part-1-1cg9)

Sponsored