summaryrefslogtreecommitdiff
path: root/test-suite/standalone/sassy/tests/seg.scm
blob: b9b01a9dc5ed41f857273d4e5efe5b2bd201260d (plain)
1
2
3
4
5
6
7
8
(
(mov (es (& eax)) (dword 3))
(add edx (ds (& ebx)))
(xor ecx (cs (& eax 4)))
(push (dword (es (& 4))))
(sub eax (fs (& foo)))
(and (dword (gs (& foo edx))) (byte 3))
)