x86: Add -O[2|s] assembler command-line options
[deliverable/binutils-gdb.git] / gas / testsuite / gas / metag / metacore21-invalid.s
1 # Check illegal instructions
2 .text
3 _start:
4 SETL [D0.0+D1.0],A0.0,A1.0
5 SETL [D0.0+D0.1],D0.2,D1.2
6 SETD [A0.0+A0.1],A0.2
7 ASL D0.0,D1.0,D0.0
8 GETD D0.0,[D0.0--D0.0]
9 SWAP PC,PCX
10 SWAP CT.0,PCX
11 SWAP D0.1,D0.2
This page took 0.03106 seconds and 4 git commands to generate.