Skip to content

nickpisacane/mips

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 for near-future features.

Installation

npm install mips
# or
yarn install mips

Road Map

  • Implement fundamental R, I, and J type instructions
  • Create basic browser demo app
  • 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