Enable VREX for AVX512 directives
[deliverable/binutils-gdb.git] / gas / testsuite / gas / i386 / x86-64-inval-seg.s
CommitLineData
4cc91dba
L
1 .text
2# All the following should be illegal
3 movq %ds,(%rax)
4 movl %ds,(%rax)
5 movq (%rax),%ds
6 movl (%rax),%ds
This page took 0.458529 seconds and 4 git commands to generate.