Just A Pipeline Simulator of Y86 Instruction Set
- Qt 5.2 with QML
- QGrahpicalEffects
- CMake version >= 2.8.0
Qt Offical downloads can solve all things about Qt:
https://download.qt-project.org/archive/qt/5.2/5.2.1/
Currently it is tested only on Linux, you can also try it on Windows and send bug report.
mkdir build
cd build
cmake ../
make
cd build
./pipey86
-
s2o is a simple y86 assembler.
-
pipecmd is a simple commandline version of y86 simulator.