x86: Remove i386-*-kaos* and i386-*-chaos targets
[deliverable/binutils-gdb.git] / gas / testsuite / gas / i386 / ptwrite.s
CommitLineData
6b40c462
L
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
c2b9da16 12 ptwrite [ecx]
6b40c462 13 ptwrite DWORD PTR [ecx]
This page took 0.151709 seconds and 4 git commands to generate.