evost / fake86_stm32

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Fake86: A portable, open-source 8086 PC emulator.
Copyright (C)2010-2013 Mike Chambers

This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License
as published by the Free Software Foundation; either version 2
of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.

===============================================================================

The full terms of the GNU General Public License version 2, under which this
software is release, are contained in the text file LICENSE

===============================================================================

** IMPORTANT **
Remember that Fake86 requires command line parameters to work. If you are just
launching it by double-clicking on the .exe in Windows Explorer, it won't work.

To contact the author of Fake86, Mike Chambers:
Send an e-mail to miker00lz <at> gmail <dot> com

Official Fake86 homepage:
http://fake86.rubbermallet.org

Instructions for compiling and installing Fake86 are in
the text files INSTALL.linux and INSTALL.win, please read
whichever file is suited for your target platform if you
are compiling from source.

About

License:GNU General Public License v2.0


Languages

Language:C 98.0%Language:C++ 1.7%Language:Makefile 0.4%