TilakChad / Sim8051

Emulator + Simulator for 8051 based microcontroller

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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


Languages

Language:Rust 86.6%Language:C++ 11.6%Language:CMake 1.6%Language:Assembly 0.2%Language:Shell 0.1%