summaryrefslogtreecommitdiff
path: root/test/MC/SystemZ/insn-sty-02.s
blob: fea7c089ab94f2df23b6771744d50933d6c0b858 (plain)
1
2
3
4
5
6
7
8
9
10
# RUN: not llvm-mc -triple s390x-linux-gnu < %s 2> %t
# RUN: FileCheck < %t %s

#CHECK: error: invalid operand
#CHECK: sty	%r0, -524289
#CHECK: error: invalid operand
#CHECK: sty	%r0, 524288

	sty	%r0, -524289
	sty	%r0, 524288