Skip to content

swcompetition/Register

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Register

Pipeline Project - Part Register

Description

Basically this is just a register part of Pipeline project.
Since this project is developed in C++ and for education purpose, we simply cannot use MIPS RS/RT/RD address in X86_64 system.
So we used this approach:

  • Use our own memory
    Actually, it will be implemented as "array" in C++
  • Access RS/RT/RD memory address based on our own memory
    This means we need to set some values before parsing MIPS binary-formed assembly

For now, this register and all pipeline-related projects will be processing R-Type assembly, called "add".
after that, we will expand more type of instructions, etc.

Basic Flow

About

Pipeline Project - Part Register

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published