Welcome, Guest. Please login or register. Did you miss your activation email?

Author Topic: Virtual machines - MIPS and OR1K  (Read 2631 times)

0 Members and 1 Guest are viewing this topic.

krzat

  • Full Member
  • ***
  • Posts: 107
    • View Profile
Virtual machines - MIPS and OR1K
« on: December 03, 2013, 10:35:15 pm »
I took some abandoned project of MIPS simulator, ported to SFML and improved a lot. It runs elf files compiled by gcc and has ports for video and keyboard you can use from the inside.

https://bitbucket.org/krzat/mips/overview [C#]
Check the link to download MIPS compiler for windows.

Example code (MIPS.OS) contains some basic graphical code and a console:
« Last Edit: June 25, 2014, 08:24:49 pm by krzat »
SFML.Utils - useful extensions for SFML.Net

krzat

  • Full Member
  • ***
  • Posts: 107
    • View Profile
Re: MIPS simulator
« Reply #1 on: June 25, 2014, 08:24:09 pm »
A bit similiar project. I ported jor1k emulator to C++.
https://bitbucket.org/krzat/cpp-or1k


It's not fully implemented, but the Linux is working. I though it would be a bit faster (its like 2x as fast as the Java Script version).
SFML.Utils - useful extensions for SFML.Net