This commit was generated by cvs2svn to track changes on a CVS vendor
[deliverable/binutils-gdb.git] / gas / testsuite / gas / mips / li.s
1 # Source file used to test the li macro.
2
3 foo:
4 li $4,0
5 li $4,1
6 li $4,0x8000
7 li $4,-0x8000
8 li $4,0x10000
9 li $4,0x1a5a5
This page took 0.031976 seconds and 5 git commands to generate.