Skip to content

Emulator + Simulator for 8051 based microcontroller

Notifications You must be signed in to change notification settings

TilakChad/Sim8051

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sim8051

Simulator for 8051 based microcontroller assembly

Build Instructions

Make build.sh executable and execute it

chmod +x build.sh
sh ./build.sh

This will generate dynamic link library that will be consumed by C++ for Qt.

Make sure Qt is intalled in the system.
Run cmake as :

cmake -DCMAKE_PREFIX_PATH=<path_to_cmake_of_your_installed_qt> CMakeLists.txt

For example, in my sytem, cmake was run as
cmake -DCMAKE_PREFIX_PATH=~/Qt/6.3.0/gcc_64/lib/cmake CMakeLists.txt
make

Execute
./8051Sim

About

Emulator + Simulator for 8051 based microcontroller

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages