KO
|
EN
gitlite — search
Search
#javascript
#python
#hacktoberfest
#react
#ai
#typescript
#llm
#go
#golang
#android
#machine-learning
#rust
#deep-learning
#linux
mips
★ 42
Open GitHub ↗
MIPS assembler and simulator
Download README (.md)
Explore Similar Repositories
drmips
:
I don't maintain this project anymore. Feel free to fork it! - Educational MIPS simulator
CPU
:
CS3339 Computer Architecture class project - 5 stage MIPS-like processor with forwarding, hazard control, no exception handling.
MARS-app
:
The MARS MIPS Simulator packaged as an OSX app
cspim
:
MIPS I simulator
msim
:
Light-weight MIPS R4000 and RISC-V system simulator
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
mips
?
Download (.md)
# mips ### [Online Demo](http://nickpisacane.github.io/mips) Mips assembler/interpreter in JavaScript (via TypeScript). MIPS is currently a work-in-progress, but it has been tested to run most non-floating-point instruction mips code. See the [Road Map](#road-map) for near-future features. # Installation ```sh npm install mips # or yarn install mips ``` # Road Map - [x] Implement fundamental R, I, and J type instructions - [x] Create basic browser demo app - [x] Create event (publish-subscribe) API for Memory/Registers - [ ] Implement floating point instructions / registers - [ ] Create source mappings in the Assembler chain - [ ] Better code validation (pre-assemble) - [ ] Create CLI interface - [ ] Expand online demo app to use LocalStorage API, show source maps, and show memory/register changes live