8051 What does SDCC do part 1 ?
1. Introduction and Problem Statement A good way to learn what a compiler really does when transforming a C source code into a binary is to disassemble the binary and compare it with the C source code. It is especially true for 8 bits microcontrollers like the 8051. In order to test SDCC we are going to use the following C source code. /*…
We haven't written up this one. Dev.to has the full story — the link below goes straight to it.