Intel Software Development Emulator 1.61 (Default branch)


 
Thread Tools Search this Thread
Special Forums News, Links, Events and Announcements Software Releases - RSS News Intel Software Development Emulator 1.61 (Default branch)
# 1  
Old 01-13-2009
Intel Software Development Emulator 1.61 (Default branch)

The Intel Software Development Emulator is afunctional emulator for new and upcominginstruction set extensions. The emulator is basedon the Pin dynamic binary instrumentation system(and XED). It emulates the new instructions in theSSE4, AES, PCLMULQDQ, and Intel AVX instructionset extensions. This allows developers to gainfamiliarity with Intel's upcoming instruction setextensions.License: Free To Use But RestrictedChanges:
New instructions are supported. There are minor bugfixes, a new simple footprint tool, and more features for the mix tool.Image

Image

More...
Login or Register to Ask a Question

Previous Thread | Next Thread

2 More Discussions You Might Find Interesting

1. Solaris

Solaris Dual-Boot or Emulator on Intel PC

I want to set-up Solaris on my Intel PC for training purposes. Ideally, I'd like to run Solaris within an emulator or in a dual-boot partition. Can anyone give me some suggestions to send me in the right direction? Thanks so much. ---------- Post updated at 09:11 PM ---------- Previous update... (1 Reply)
Discussion started by: ediverson
1 Replies

2. Solaris

adding software on solaris10-intel

Hi All, How do I add software on my solaris 10 DVD? I need to add the development software tools. Thanks in advance. Regards, itik (1 Reply)
Discussion started by: itik
1 Replies
Login or Register to Ask a Question
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)