/power86

A simple y86 emulator

Primary LanguageC

Compiling:
make
GTK development packages are needed.

Usage:
./power86 [SOURCE [MEMSIZE]]
If SOURCE is empty power86 reads from standard input.
Default memory size is 0x120, you can specify size in the second argument.
power86-gtk is a GTK+ visualization.

Tested on Fedora 20 and openSUSE.

Core algorithm implemented by Gao Jian
Visualization by Gan Quan