* arm-dis.c (print_insn): Fixed search for next
[deliverable/binutils-gdb.git] / gas / testsuite / gas / arm / svc.s
1 .text
2 .arch armv4t
3 .syntax unified
4 foo:
5 swi 0x123456
6 swi 0x876543
7 svc 0x123456
8 svc 0x876543
9
10 .thumb
11 bar:
12 swi 0x5a
13 swi 0xa5
14 svc 0x5a
15 svc 0xa5
This page took 0.034806 seconds and 4 git commands to generate.