[OPCODE][ARM]Correct disassembler for cdp/cdp2, mcr/mcr2, mrc/mrc2, ldc/ldc2, stc...
[deliverable/binutils-gdb.git] / gas / testsuite / gas / arm / arm-it.s
1 # Check that IT is accepted in ARM mode on older architectures
2 .text
3 .syntax unified
4 .arch armv4
5 label1:
6 it eq
7 moveq r0, #0
8 mov pc, lr
This page took 0.029809 seconds and 4 git commands to generate.