Skip to content

sonce139/Basic_Compiler_MIPS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Basic_Compiler_MIPS

The basic compiler in the MIPS architecture.

About the data segments (.data), the program can compile data types like .ascii, .asciiz, .byte, .word

About the text segments (.text), the program can compile some commands add, addu, addi, addiu, sub, subu, and, andi, or, ori, nor, beq, bne, slt, sltu, slti, sltiu, j, jr, jal, lui, lw, sw, ll, lbu, lhu, syscall.

About

The basic compiler in the MIPS architecture.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published