x86 Multi-Core Microprocessor and assembler simulator written in C++
...A C++ Project aimed at creating a platform for simulating basic features (Register and Instruction Set) of a x86 Based Multi Core Microprocessor and assembler family.
This project is implementation of the concept presented in the paper: https://ieeexplore.ieee.org/document/5231896
Documentation: https://sourceforge.net/p/saksham/wiki/Home/
Disassembler for the BasePC, used for studying Architecture of Computing Systems in ITMO University, Russia. Output syntax is fully compatible with https://code.google.com/p/bcomp/ .