power_insn: disassemble extra index
[openpower-isa.git] / src / test / basic_pypowersim / testloop.s
1 addi 1, 0, 0
2 addi 2, 0, 7
3 mtspr 9, 2 /* set ctr to 7 */
4 addi 1, 1, 5
5 bc 16, 0, -0x4 /* bdnz to the addi above */