mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2025-01-06 12:09:26 +08:00
13 lines
117 B
ArmAsm
13 lines
117 B
ArmAsm
|
# mach: bfin
|
||
|
.include "testutils.inc"
|
||
|
start
|
||
|
|
||
|
R0 = 0;
|
||
|
CC = R0 == R0;
|
||
|
|
||
|
IF CC JUMP 4;
|
||
|
JUMP.S LL1;
|
||
|
pass
|
||
|
LL1:
|
||
|
fail
|