Fixes implementation of hardware multiply/divide peripheral in RL78 G13 cores.
[deliverable/binutils-gdb.git] / gas / testsuite / gas / i386 / inval-rep.s
1 .text
2 rep add %ebx, %eax
3 repe add %ebx, %eax
4 repz add %ebx, %eax
5 repne add %ebx, %eax
6 repnz add %ebx, %eax
This page took 0.048833 seconds and 4 git commands to generate.