Skip to content

Latest commit

 

History

History
12 lines (11 loc) · 245 Bytes

README.md

File metadata and controls

12 lines (11 loc) · 245 Bytes

MIPS Accelerated Framework

Usage

MIPS AF is easy to set up for any project with only 2 additional include statements.

.include "MAF.asm"
.data
    # Your data section
.text
    # Your text section
.include "MAF_extra.asm"