Oliver Tappe 0aa3a3d9db * updated binutils to 2.17, most problems should be solved now...
except one: the binaries produced by this version of binutils crashes the loader of
  BeOS versions BONE, Dano (and probably Zeta, too). That's a pity, but I currently
  do not know how to fix this (as the fix available for older versions of binutils
  does not work anymore).



git-svn-id: file:///srv/svn/repos/haiku/buildtools/trunk@20192 a95241bf-73f2-0310-859d-f6bbb57e9c96
2007-02-21 21:17:52 +00:00

28 lines
372 B
ArmAsm

.global _start
_start:
mov r5,#0xf
mov r6,#0xf
mov r7,#0xf
mov r8,#0xf
mov r9,#0xf
mov r10,#0xf
mov r11,#0xf
mov r12,#0xf
.12:
jmpr cc_Z,.13
jmpr cc_NZ,.12
jmpr cc_C,.12
jmpr cc_C,0x45
jmpr cc_NC,.end
jmpr cc_UC,.end
jmpr cc_EQ,.end
jmpr cc_NE,.end
.13:
jmpr cc_ULE,.end
jmpr cc_SGE,.end
jmpr cc_SLE,.end
.end:
jmpr cc_NET,.12
callr .end
callr .end