/8051

8051 sdcc cmake example

Primary LanguageC

8051

Template repository to 8051 SDCC cmake build.

to build:

sudo apt install -y cmake sdcc
git clone git@github.com:eduardoaugustojulio/8051.git
cd 8051/ && mkdir build/ && cd build/
cmake .. && make