blob: bf09d4d3ccd9503bf00cc24b567908a85a02886b [file] [log] [blame]
.text
# All the following should be illegal
movl %ds,(%eax)
movl (%eax),%ds
.intel_syntax noprefix
mov eax, es:foo:[eax]
mov eax, es:fs:foo:[eax]
mov eax, fs:foo:bar:[eax]
mov eax, fs:foo:gs:[eax]
mov eax, bar:gs:[eax]