diff --git a/8086 EMULATOR/ReadMe.txt b/8086 EMULATOR/ReadMe.txt new file mode 100644 index 0000000..2f2086f --- /dev/null +++ b/8086 EMULATOR/ReadMe.txt @@ -0,0 +1,68 @@ +This is EMU8086 version 4.08 +Repack for Windows 10 +November 25, 2015 + + + + EMU8086 - THE MICROPROCESSOR EMULATOR + + + Introduction + ============ + + emu8086 is the emulator of 8086 (Intel and AMD compatible) microprocessor + and integrated assembler with tutorials for beginners. + The emulator runs programs like the real microprocessor in step-by-step mode. + It shows registers, memory, stack, variables and flags. + All memory values can be investigated and edited by a double click. + The instructions can be executed back and forward. + + emu8086 can create a tiny operating system and write its binary code to + a bootable floppy disk. The software package includes several external virtual + devices: robot, stepper motor, led display, and traffic lights intersection. + Additional devices can be created. + + + REQUIREMENTS + ============ + + Administrative rights for Windows XP/Vista/7 users. + + 10 Mb of hard disk space and 1024x768 or greater screen resolution. + + + COPYRIGHTS + ========== + + Portions Copyright 1997-2010 Barry Allyn. All rights reserved. + + Flat Assembler version 1.64 + Copyright (c) 1999-2010, Tomasz Grysztar. + All rights reserved. + + Copyright (c) 2015 by EMU8086.COM All rights reserved. + + The information available in reference is copyrighted unless otherwise indicated. + you are allowed to reproduce, upload, copy or translate information from this software, + only under the following conditions: + + 1. Use of such information includes our copyright notice. + 2. Use of such information includes a hyperlink to emu8086.com website. + + + CUSTOMER SERVICE + ================ + + air.plane@dr.com + + http://www.emu8086.com + + + + + + + + + + diff --git a/8086 EMULATOR/setup.exe b/8086 EMULATOR/setup.exe new file mode 100644 index 0000000..24c68c9 Binary files /dev/null and b/8086 EMULATOR/setup.exe differ