summaryrefslogtreecommitdiff
path: root/test-suite/standalone/sassy/tests/rm.asm
blob: f004a8e4affd0a1525696bcde9ad8ae4217b67a6 (plain)
1
2
3
4
5
6
7
8
BITS 32
section .text
foo:
invlpg [dword 300+8*esi+esp]
lgdt [dword 300+8*esi+esp]
sgdt [dword 300+8*esi+esp]
lidt [dword 300+8*esi+esp]
sidt [dword 300+8*esi+esp]