Fix "pushw imm16" for x86-64 disassembler.
[deliverable/binutils-gdb.git] / gas / testsuite / gas / i386 / rep-suffix.s
CommitLineData
35c52694
L
1# Disassembling with -Msuffix.
2 .text
3_start:
4 rep lodsb
5 rep stosb
6 rep lodsw
7 rep stosw
8 rep lodsl
9 rep stosl
This page took 0.192644 seconds and 4 git commands to generate.