Fix Nios II assembler self-test mode.
[deliverable/binutils-gdb.git] / gas / testsuite / gas / nios2 / call.s
1 # Source file used to test the call and callr instructions
2 .text
3 .set norelax
4 foo:
5 call func1
6 callr r10
7 # use external symbol
8 .global external
9 call external
10 func1:
11
12
13
This page took 0.030033 seconds and 4 git commands to generate.