Home | History | Annotate | Download | only in sparc
      1 	# Mistyping V instead of U should trigger an error message
      2 	sethi %hi(0x4000V), %g1
      3 
      4 	# A different error can be expected when there are multiple layers of parentheses.
      5         or %g0, %lo((0x4000V + 0x4U)), %g1
      6