Skip to content

eduardoaugustojulio/8051

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

8051

Template repository to 8051 SDCC cmake build.

to build:

sudo apt install -y cmake sdcc
git clone [email protected]:eduardoaugustojulio/8051.git
cd 8051/ && mkdir build/ && cd build/
cmake .. && make