]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blob - gas/testsuite/gas/i386/ptwrite.s
3aa4be7c847098ad47dfde187c23e00cf1e5479a
[thirdparty/binutils-gdb.git] / gas / testsuite / gas / i386 / ptwrite.s
1 # Check 32bit PTWRITE instructions
2
3 .text
4 _start:
5 ptwrite %ecx
6 ptwritel %ecx
7 ptwrite (%ecx)
8 ptwritel (%ecx)
9
10 .intel_syntax noprefix
11 ptwrite ecx
12 ptwrite DWORD PTR [ecx]