Fixes implementation of hardware multiply/divide peripheral in RL78 G13 cores.
[deliverable/binutils-gdb.git] / gas / testsuite / gas / i386 / rep-suffix.s
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
10
11 rep bsf %ecx, %eax
12 rep bsr %ecx, %eax
13
14 rep ret
15
16 rep nop
This page took 0.030255 seconds and 4 git commands to generate.