Skip to content

theck01/MIPS_assembler

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

An assembler for a MIPS architecture machine, based on the instruction set found
in the book:
Computer Organization and Design, 4th ed.

Assembler methods and assocated constants found in the MIPS Ruby module

REQUIREMENTS:
  Ruby version 1.9.3 (may work for lesser 1.9 releases, hash syntax invalid for
                      Ruby 1.8 releases)

TO RUN THE ASSEMBLER:
In your favorite shell (or command prompt) run:
  $ ruby assembler.rb <filename>

The script will generate a list file with the same name as the original file
but instead with a .lst extension rather than any original extension

About

An assembler for a MIPS architecture computer written in Ruby.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages