8 lines
81 B
ArmAsm
8 lines
81 B
ArmAsm
.arch armv7
|
|
.syntax unified
|
|
.thumb
|
|
foo:
|
|
bl 1f
|
|
1: it cc
|
|
bcc.w .+0xe0c
|
|
bx lr
|