summaryrefslogtreecommitdiff
path: root/test-suite/standalone/sassy/tests/seg.asm
blob: be0a849fa3337d01693980deb937663124eb045b (plain)
1
2
3
4
5
6
7
8
9
BITS 32
section .text
foo:
mov [es:eax], dword 3
add edx, [ds:ebx]
xor ecx, [cs:4+eax]
push dword [dword es:4]
sub eax, [dword fs:foo]
and dword [dword gs:foo+edx], byte 3