aboutsummaryrefslogtreecommitdiff
path: root/tests/machine-unit-tests/data.S
blob: 94a1dfcd4ba33435a75892a540568a918c2e44c8 (plain)
1
2
3
4
5
6
7
8
9
.text
.globl _start		  
.set noat
.set noreorder
.ent _start

_start:
	addi $1, $0, 6
	j _start