Open race_stop_watch.pdsprj
using Proteus 8. Just click play button to run the simulation.
Code can be compiled with either Keil µVision IDE (C51) or SDCC
- Keil µVision IDE (C51)
- Download and install Keil C51
- Open
Race_stop_watch.uvproj
and clickBuild
- SDCC
- Install SDCC
- Windows - Get MSYS2 and SDCC 32-bit installer/ 64-bit installer
- Debian based (Eg: Ubuntu) -
sudo apt install sdcc
- macOS -
brew install sdcc
- Run
make
- Install SDCC
Use the generated HEX file Race_stop_watch.hex
to run the Proteus simulation.
- March 2016 - Initial version
- December 2019 - Added support for SDCC