gdb: Convert language la_word_break_characters field to a method
[deliverable/binutils-gdb.git] / gas / testsuite / gas / i386 / invpcid.s
1 # Check INVPCID instruction
2
3 .text
4 foo:
5 .rept 2
6
7 invpcid (%eax), %edx
8
9 .intel_syntax noprefix
10 invpcid edx,[eax]
11 invpcid edx,oword ptr [eax]
12
13 .att_syntax prefix
14 .code16
15 .endr
This page took 0.030678 seconds and 4 git commands to generate.