-
Notifications
You must be signed in to change notification settings - Fork 1
/
README
20 lines (15 loc) · 899 Bytes
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
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.