Fix compile time warnings about using possibly uninitialised variables in rs6000...
[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
12 ptwrite DWORD PTR [ecx]
This page took 0.049909 seconds and 4 git commands to generate.