Sunday, May 8, 2011

8086 microprocessor emulator

This program is extremely helpful for those who just begin to study assembly language. It compiles the source code and executes it on emulator step by step.

Visual interface is very easy to work with. You can watch registers, flags and memory while your program executes. Arithmetic & Logical Unit (ALU) shows the internal work of the central processor unit (CPU).

Emulator runs programs on a Virtual PC, this completely blocks your program from accessing real hardware, such as hard-drives and memory, since your assembly code runs on a virtual machine, this makes debugging much easier.

8086 machine code is fully compatible with all next generations of Intel's micro-processors, including Pentium II and Pentium 4, I'm sure Multi core will support 8086 as well.




Here are some key features of "Emu8086 Microprocessor Emulator":

· Everything to study Computer Architecture and coding in Assembly Language
· Complete software emulation of Intel's 8086 microprocessor
· Interactive Debugger and Disassembler
· Step-by-step Assembly Language Tutorials
· Integrated 8086 ASSEMBLER
· Advanced Source Editor with Syntax Highlight

The 8086 Emulator can be downloaded from here

1 comment:

  1. i'm a studend in technical college.
    we work in this program(emu8086) but i dont understand anything.
    can you help me???

    ReplyDelete