mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2025-02-05 12:53:16 +08:00
13 lines
170 B
ArmAsm
13 lines
170 B
ArmAsm
|
.arch armv8.1-m.main
|
||
|
.text
|
||
|
.syntax unified
|
||
|
.thumb
|
||
|
future:
|
||
|
bf branch, target
|
||
|
bfcsel branch, target, else, eq
|
||
|
bfl branch, target
|
||
|
add r0, r0, r1
|
||
|
branch:
|
||
|
b target
|
||
|
else:
|