Add support fpr MAXQ processor
[deliverable/binutils-gdb.git] / ld / testsuite / ld-maxq / addend.s
1 ; Addend check testcases
2 ; inderpreetb@noida.hcltech.com
3 .global _main
4 _main:
5 _buf0:
6 .long 0x5678
7 _buf1:
8 .long 0x1234
9 _start:
10 nop
11 nop
12 move A[0], _buf1+2
13 move A[0], _buf1-2
14 call _buf0+8
15 call _buf1+2
16
This page took 0.029291 seconds and 4 git commands to generate.