11 lines
327 B
Makefile
11 lines
327 B
Makefile
# name: ARM 3 instructions
|
|
# as: -mcpu=arm3
|
|
# objdump: -dr --prefix-addresses --show-raw-insn
|
|
|
|
.*: +file format .*arm.*
|
|
|
|
Disassembly of section .text:
|
|
0+0 <[^>]*> e1080091 ? swp r0, r1, \[r8\]
|
|
0+4 <[^>]*> e1423093 ? swpb r3, r3, \[r2\]
|
|
0+8 <[^>]*> a1454091 ? swpbge r4, r1, \[r5\]
|
|
0+c <[^>]*> e1a00000 ? nop ; \(mov r0, r0\)
|