emu8086 - 8086 assembler and emulator


INSTALLATION
============

This program is for Windows 95/98/ME/2K/XP

Important! In case you are unable to run
the program, try downloading Visual Basic
Runtimes 6.0 from one of these locations:

http://download.microsoft.com/download/vb60pro/Redist/sp5/WIN98Me/EN-US/vbrun60sp5.exe

http://www.tucows.com/system/preview/194333.html

http://www.simtel.net/vbrun.php

or from our web-site:
       http://www.geocities.com/emu8086/     

You can also find updates there.

If there are problems with the source editor
you may need to copy manually "cmax20.ocx"
into "Windows\System"  or  "Windows\System32"
folder replacing any existing version of
that file (restart may be required before
system allows to replace existing file).


THE PURPOSE
===========

Everything for learning assembly language
in one pack! emu8086 combines a text editor,
assembler, disassembler, software
emulator (Virtual PC) with debugger,
and tutorials.

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 Pentium 5 will
support 8086 as well. This makes 8086 code very
portable, since it runs both on ancient and on
the modern computer systems. Another advantage
of 8086 instruction set is that it is much smaller,
and thus easier to learn.


DISTRIBUTION
============

Program is FREE to distribute on any
kind of media.


END USER LICENSING AGREEMENT
============================

emu8086 is Freeware!

THIS SOFTWARE IS PROVIDED AS-IS, WITHOUT
WARRANTY OF ANY KIND. THE AUTHOR SHALL NOT
BE HELD LIABLE FOR ANY DAMAGE TO YOU, YOUR
COMPUTER, OR TO ANYONE OR ANYTHING ELSE,
THAT MAY RESULT FROM ITS USE, OR MISUSE.

Special thanks to Yuri Margolin from:
http://mysoft.s5.com/
for helping me a lot with this project!


Alexander Popov Emulation Soft (C) 2002
http://www.geocities.com/emu8086/
emu8086@yahoo.com


All rights reserved.
