This is a python project that aims to emulate IC10 from the game stationeers. IC10 is based off MIPS.
- Multi devices
- Ports
- Comments
- Logical Opperations
- Branch Opperations
- Comparison Opperations
- Registers
- Stack
- Constants
- Aliases
- IO
- Batch IO
- Indirect Referencing
- Direct Device Referencing
- Clone this repository
- Inside the folder do
pip install -r requirements.txt
- Change the code inside Test.ic10
- Run Main.py
A usefull source is the ic10 wiki