colejohnson66 / Mimix86

(WIP) An x86 emulator

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Mimix86

Mimix86 is an x86-64 emulator written in C#. It is currently a work in progress and will probably never be finished. ¯\_(ツ)_/¯

Mimix86 is an Emulator

Mimix86 is an emulator, not a virtual machine. In a similar vein to Bochs, all instructions are decoded and individually executed one by one, with no JIT.

License

Mimix86 is licensed under GNU General Public License 3.0 or later.

About

(WIP) An x86 emulator


Languages

Language:C# 94.8%Language:NewLisp 5.2%