Emu51 is a graphical 8051 emulator.

Godzil 37b24667fd Fix type lenght -> length il y a 1 an
docs dbb86f410a Rename index.html to index.htm il y a 5 ans
examples 8999fa051f Code cleanup / reformat il y a 1 an
external 827e920909 Now use CMake to build and compile/run with Allegro 4.4 il y a 1 an
include 37b24667fd Fix type lenght -> length il y a 1 an
CMakeLists.txt 827e920909 Now use CMake to build and compile/run with Allegro 4.4 il y a 1 an
README.md 768515710c Update Readme and Todo il y a 1 an
TODO.md 768515710c Update Readme and Todo il y a 1 an
asm_man.txt 3d6cb8ac9e First Commit il y a 10 ans
asm_rev.txt 3d6cb8ac9e First Commit il y a 10 ans
asm_tabl.txt 3d6cb8ac9e First Commit il y a 10 ans
code_51.cpp 827e920909 Now use CMake to build and compile/run with Allegro 4.4 il y a 1 an
code_editor.cpp 827e920909 Now use CMake to build and compile/run with Allegro 4.4 il y a 1 an
data.dat 8999fa051f Code cleanup / reformat il y a 1 an
dis_asm.cpp 37b24667fd Fix type lenght -> length il y a 1 an
emu51.cpp 37b24667fd Fix type lenght -> length il y a 1 an
emu51.gif 3d6cb8ac9e First Commit il y a 10 ans
flags.cpp 827e920909 Now use CMake to build and compile/run with Allegro 4.4 il y a 1 an
gui.cpp 37b24667fd Fix type lenght -> length il y a 1 an
history.txt 3d6cb8ac9e First Commit il y a 10 ans
list51.txt 3d6cb8ac9e First Commit il y a 10 ans
ramv.cpp 827e920909 Now use CMake to build and compile/run with Allegro 4.4 il y a 1 an
regs.cpp 827e920909 Now use CMake to build and compile/run with Allegro 4.4 il y a 1 an

README.md

EMU51

Emu51 is a 80c51 emulator

Emu51 v0.0.1 screenshort

Informations

(from the original Readme file)

Emulator accepts *.bin, *.hex files. You can also compile source file by using external compiler, emu51 is compatible with free 8051 compiler by MetaLink Corporation (http://www.metaice.com/ASM51/Files/ASM51.zip). Just put asm51.exe into this directory and use Shift+F9 key combination to compile and load source file (only windows :-( ). I’m still searching multiplatform 8051 assembler compiler for emu51, because I want to add full compilation support for all supported platforms.

The original version from Mariusz Kasolik and can be found here: https://emu51.sourceforge.net/