Sign in
gnu
/
binutils-gdb
/
125ff8197df74cd3108e36d271267c798cd0e15f
/
.
/
gas
/
testsuite
/
gas
/
i386
/
inval-seg.s
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
]