logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

emu8051 - Simulator/emulator for the Intel 8051 family of microcontrollers

Credits

emu8051  was  originally  written  by  Jonathan  St-AndrΓ©,  Hugo Villeneuve <hugo@hugovil.com> and Pascal
       Fecteau.

Description

emu8051  is  a  simulator/emulator  for the Intel 8051 family of microcontrollers. It is available in two
       versions: a console (text-only) version and a graphical version (using the  GTK+  toolkit).  This  is  an
       Open-Source project. The program can load Intel HEX files.

       Once  loaded,  a  program can be run (it will run indefinitely or until a breakpoint is encountered). You
       can also use the STEP button to execute only a single instruction at  a  time  and  see  the  effects  on
       registers and memory.

       It is written in C++, and uses Perl scripts to generate automatically C++ functions corresponding to each
       assembly instruction of the 8051 microcontroller.

Name

       emu8051 - Simulator/emulator for the Intel 8051 family of microcontrollers

Options

-h     display usage and exit

       -version
              output version information and exit

Synopsis

emu8051 [OPTION]... [FILENAME]

See Also