2017 © Pedro Peláez
 

project i8086emu

Intel 8086 CPU Emulator

image

thefox/i8086emu

Intel 8086 CPU Emulator

  • Wednesday, August 1, 2018
  • by TheFox
  • Repository
  • 1 Watchers
  • 0 Stars
  • 0 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 3 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

Intel 8086 CPU Emulator

An Intel 8086 CPU Emulator written in pure PHP., (*1)

Project Outlines

The project outlines as described in my blog post about Open Source Software Collaboration., (*2)

  • The main purpose of this software is to emulate the Intel 8086 CPU using pure PHP.
  • The features should not go beyond Intel's features and functions. So the features of this software are limited to those of the Intel 8086 CPU.
  • This list is open. Feel free to request features.

Compile the BIOS

Run make bios/bios., (*3)

TTY

In order to have a TTY for the in- and output you can specify --tty <path>. This will start a socat subprocess to create an interface between PHP and TTY. The TTY then can be accessed using screen., (*4)

Optional, to use a different installation path for the socat binary you can specify --socat <path>., (*5)

  1. Install socat.
  2. Open a shell and run ./bin/screen.sh.
  3. Open another shell and run ./bin/run.sh.

Terms

  • Byte - 8 bit, one single character.
  • Word - 16 bit, or 2 Byte.

8086 Resources

More Resources

The Versions

01/08 2018