Code Monkey home page Code Monkey logo

meepers-creepers's Introduction

meepers-creepers

MIPS emulation in MatLab. Cameron Gutman (cmg110) Andrew Mason (ajm188)

Errata

  • Does not comply with Branch Delay Slot in official MIPS spec.
    • MARS (which generated our binaries) does not either.
  • Occasionally, when attempting to abort yams from the GUI, the operation may appear to fail. This is because yams is blocked on a socket syscall. To proceed with the abortion, simply attempt to load a web page from the browser or curl, and yams will abort.

How do I get MIPS binaries?

  1. Download the Mars simulator.
    • Launch this by doing java -jar NAME_OF_JAR. You will probably want to alias this to a command in your shell while working on this project.
  2. Enter some MIPS code ...
    • Look on the internet if you need help here.
  3. Click "Assemble."
  4. Click "Dump machine code or data in an available format."
    • You will want both the code and data sections.
    • You should select the "Binary" format from the dropdown.

meepers-creepers's People

Contributors

ajm188 avatar cgutman avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

meepers-creepers's Issues

Branch delay slot

MIPS has a branch delay slot which means that we can't just design something where we return the next processor state naively from a function with no other side effects. Branch delay means that the next instruction after a jump or branch will be executed regardless of whether the branch is taken or not taken.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.