x86 Multi-Core Microprocessor and assembler simulator written in C++
Saksham: Customizable x86 Based Multi-Core Microprocessor Simulator.
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/
A disassembler and a simulator for the MSP430 CPU. Both programs only read TI-TXT files. Licensed under the Simple Public License (SimPL) 2.0. For full license information, please read license.txt. Compiled executables are available for Windows and Mac OS X. Linux users will have to compile their own binaries. Instructions for compilation are included in README.txt.
A Qt-based GUI is available for sim430. Binaries only for OS X, for now. Source files can be found in src/qt folder.
BASM is a user friendly and easy to use assembler for The Basic Computer, capable of creating the object, list and hex file and giving detailed error reports. It's more of academic use for students who wish to understand how does The Basic Computer actually work. Alongside this assembler, soon a simulator will also be available at BASM's SourceForge page.