x86: Add tests for -n option of x86 assembler
[deliverable/binutils-gdb.git] / gas / testsuite / gas / i386 / inval-seg.s
1 .text
2 # All the following should be illegal
3 movl %ds,(%eax)
4 movl (%eax),%ds
5
6 .intel_syntax noprefix
7 mov eax, DWORD PTR fs:foobar:16
8 mov eax, DWORD PTR fs:foobar:barfoo:16
9 mov eax, DWORD PTR fs:ds:16
10 mov eax, DWORD PTR fs:ds:cs:16
This page took 0.030188 seconds and 4 git commands to generate.