2010-01-06 Quentin Neill <quentin.neill@amd.com>
[deliverable/binutils-gdb.git] / gas / testsuite / gas / mmix / err-bpo3.s
CommitLineData
0395e33b
HPN
1% { dg-do assemble { target mmix-*-* } }
2
3# Base-plus-offset without -linker-allocated-gregs.
4
5a TETRA 42
6 LDO $43,a+52 % { dg-error "no suitable GREG definition" "" }
7
8 LOC @+256
9d TETRA 28
10 LDO $143,d+12 % { dg-error "no suitable GREG definition" "" }
11 LDO $243,a+12 % { dg-error "no suitable GREG definition" "" }
12 LDA $103,d+40 % { dg-error "no suitable GREG definition" "" }
13 LDA $13,a+24 % { dg-error "no suitable GREG definition" "" }
This page took 0.350875 seconds and 4 git commands to generate.