Skip to content

Commit

Permalink
add r-type tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Dillonb committed Jan 16, 2022
1 parent 6e55b9b commit ebb8bc4
Show file tree
Hide file tree
Showing 25 changed files with 1,925,211 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/addu.asm
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
define RSRTRD_INSTRUCTION(addu)
define RSFIRST(1)
include "./templates/RSRTRD.tmpl"
CopyStart:
include "./cases/addu.inc"
CopyEnd:
dmapad()
7 changes: 7 additions & 0 deletions src/and.asm
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
define RSRTRD_INSTRUCTION(and)
define RSFIRST(1)
include "./templates/RSRTRD.tmpl"
CopyStart:
include "./cases/and.inc"
CopyEnd:
dmapad()

0 comments on commit ebb8bc4

Please sign in to comment.