Hugo Villeneuve dfa6052123 Create two separate executables, emu8051-cli (default) and emu8051-gtk
emu8051-gtk is optional and compiled only if Gtk+ is detected.

Add optional size parameter when dumping memory.
2013-09-08 18:54:52 -04:00
2013-09-08 18:54:51 -04:00
2013-09-08 18:54:51 -04:00
2013-09-08 10:49:17 -04:00
2013-09-08 10:49:17 -04:00
2013-09-08 10:49:17 -04:00
2013-09-08 18:54:51 -04:00
2013-09-08 10:49:21 -04:00
2013-09-08 10:49:17 -04:00

                  Emu8051

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.

Project website:
	http://www.hugovil.com/en/emu8051

This program was tested on the following systems:
	"Linux From Scratch 4.0"
	
For installation instructions, see the INSTALL file.

For recent project news, see the NEWS file.
Description
No description provided
Readme 483 KiB
Languages
C 67.1%
Perl 13.5%
Assembly 10.7%
Makefile 2.6%
Yacc 1.9%
Other 4.2%