Skip to content

mlsvmdl/Mini-assembler-for-mips

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A simple Mini-Assembler.

Supported Mnemonics:

  • add
  • sub
  • or
  • sll
  • slt
  • jr
  • lw
  • sw
  • andi
  • ori
  • beq
  • slti
  • addi
  • lui
  • la (Pseudo instruction)
  • j
  • jal

Running it:

To run the code download the files from the repo and then in the command prompt execute "make" to compile the code (or compile it in any other way you know), after that run the code in this format ./main (mips filename).asm.

Used sources:

Got alot of help from this repo: https://github.com/nayefc/mips-assembler and also used MARS simulator program for referance https://courses.missouristate.edu/kenvollmar/mars/

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors