First version committed to git
[zpugcc/jano.git] / toolchain / binutils / gas / testsuite / gas / mmix / err-bpo1.s
blobc658abf045fc8e2012eabc5cefb36d87be01c1e5
1 % { dg-do assemble { target mmix-*-* } }
3 % SAVE, UNSAVE are not valid with base-plus-offset
5 .data
6 buffer OCTA 0,0,0
8 .text
9 GREG buffer
10 Main SWYM 0
11 SAVE buffer,0 % { dg-error "operands" "" }
12 UNSAVE 0,buffer % { dg-error "operands" "" }