fix typo last commit
[deliverable/binutils-gdb.git] / gas / testsuite / gas / sh / err-at.s
CommitLineData
a3ea9108
AO
1! { dg-do assemble }
2
3! Make sure we reject the invalid uses below:
4start:
5 mov.l r1,@r0 ! ok
6 mov.l r1,@(r0) ! { dg-error "syntax error" }
7 mov.l r1,@(r0,) ! { dg-error "syntax error" }
8 mov.l r1,@(r0,r0) ! ok
9 mov.l r1,@(r0,r1) ! ok
10 mov.l r1,@(r1,r0) ! { dg-error "must be" }
This page took 0.805644 seconds and 4 git commands to generate.