Skip to content

Latest commit

 

History

History
6 lines (4 loc) · 385 Bytes

README.md

File metadata and controls

6 lines (4 loc) · 385 Bytes

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.