1# Source file used to test the li macro.
2
3foo:
4	li	$4,0
5	li	$4,1
6	li	$4,0x8000
7	li	$4,-0x8000
8	li	$4,0x10000
9	li	$4,0x1a5a5
10
11# Round to a 16 byte boundary, for ease in testing multiple targets.
12	nop
13