
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).

Setup is created by Inno Setup Compiler.


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
============

You may copy the evaluation version of this
software and documentation as you wish,
and give exact copies of the original
evaluation version to anyone, and distribute
the evaluation version of the software and
documentation in its unmodified form via
electronic means.


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

emu8086 is SHAREWARE!

The registration cost is $12.5 (USD).

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!


CONTACT
============================

Internet:
http://www.geocities.com/emu8086/
e-mail: emu8086@yahoo.com


Alexander Popov Emulation Soft (C) 2002
All rights reserved.
