Add support for Andes NDS32:
[deliverable/binutils-gdb.git] / gas / testsuite / gas / nios2 / call.s
CommitLineData
36591ba1
SL
1# Source file used to test the call and callr instructions
2.text
3.set norelax
4foo:
5 call func1
6 callr r10
7# use external symbol
8 .global external
9 call external
10func1:
11
12
13
This page took 0.054962 seconds and 4 git commands to generate.