X-Git-Url: http://gitweb.hugovil.com/?a=blobdiff_plain;f=README;h=2d3ceb1baa0b4524dcd1b9aeab745828466ab334;hb=3e3d02a2f2579c0e20e2beff4e48d9f8d97bb8fc;hp=e69de29bb2d1d6434b8b29ae775ad8c2e48c5391;hpb=1c6cc28cf5317f2ee9fbc1a408bcaaef3b7378b3;p=emu8051.git diff --git a/README b/README index e69de29..2d3ceb1 100644 --- a/README +++ b/README @@ -0,0 +1,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.