# expected: 000001BC, 000002BC .text _start: add x1, x0, 0x00B add x2, x0, 0x00B bne x1, x2, finish # Should not jump add x31, x0, 0x1BC add x1, x0, 0x1BA add x2, x0, 0x1BC bne x1, x2, finish # Should jump to finish add x31, x0, 0x3BC finish: add x31, x0, 0x2BC