2014-01-03 02:33:32 -05:00
2013-10-09 21:07:22 -04:00
2013-09-08 18:54:51 -04:00
2013-09-08 10:49:17 -04:00
2014-01-03 01:58:18 -05:00
2013-09-08 18:54:52 -04:00
2013-09-08 10:49:17 -04:00
2013-09-08 10:49:17 -04:00
2013-09-08 18:54:52 -04:00
2013-09-08 10:49:21 -04:00
2013-11-05 21:55:34 -05: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 478 KiB
Languages
C 67.1%
Perl 13.5%
Assembly 10.7%
Makefile 2.6%
Yacc 1.9%
Other 4.2%