emu8051(1) debian man page | unix.com

Man Page: emu8051

Operating Environment: debian

Section: 1

EMU8051(1)							   User's Manual							EMU8051(1)

NAME
emu8051 - Simulator/emulator for the Intel 8051 family of microcontrollers
SYNOPSIS
emu8051 [OPTION]... [FILENAME]
DESCRIPTION
emu8051 is a simulator/emulator for the Intel 8051 family of microcontrollers. It is available in two versions: a console (text-only) ver- sion 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 exe- cute 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.
OPTIONS
-h display usage and exit -version output version information and exit
CREDITS
emu8051 was originally written by Jonathan St-Andre, Hugo Villeneuve <hugo@hugovil.com> and Pascal Fecteau.
COPYRIGHT
emu8051 is free; anyone may redistribute it to anyone under the terms stated in the GNU General Public License. A copy of the license is included in the emu8051 distribution. You can also browse it online at http://www.gnu.org/copyleft/gpl.html emu8051 May 2004 EMU8051(1)
Related Man Pages
mcu8051ide(1) - debian
miwm-session(1) - debian
msp430-run(1) - debian
twatch(1) - debian
inteltool(8) - debian
Similar Topics in the Unix Linux Community
MCU 8051 IDE 1.0.9 (Default branch)
Vamos Automotive Simulator 0.6.1 (Default branch)
s51dude 0.2.0 (Default branch)
BeRTOS 2.0.0 (Default branch)
String to HEX conversion in UNIX