* elf32-spu.c (build_stub): Fix malloc under-allocation.
[binutils.git] / gas / testsuite / gas / cr16 / jcc_test.s
blobc384e1a9daa2732af0fb1d8eacad4a6f16134d74
1 .text
2 .global main
3 main:
4 ##########
5 # JCond regp
6 ##########
7 jeq (r1,r0)
8 jne (r2,r1)
9 jcc (r3,r2)
10 jcc (r4,r3)
11 jhi (r5,r4)
12 jlt (r6,r5)
13 jgt (r7,r6)
14 jfs (r8,r7)
15 jfc (r9,r8)
16 jlo (r10,r9)
17 jhi (r11,r10)
18 jlt (r1,r0)
19 jge (r3,r2)
20 jump (r6,r5)
21 jusr (r6,r5)