gas: add support for eBPF
[deliverable/binutils-gdb.git] / gas / testsuite / gas / bpf / call.s
1 # eBPF tests for the CALL instruction
2
3 .text
4 call 0
5 call 1
6 call -2
7 call 0xa
8 call foo
9 foo: call foo
10 call foo
11 call foo
This page took 0.030823 seconds and 4 git commands to generate.