old-cross-binutils/sim/testsuite/v850eq-elf/t-bsw.s

11 lines
103 B
ArmAsm
Raw Normal View History

1997-09-17 03:31:09 +00:00
.include "t-macros.i"
start
load r2 0x11223344
test_bsw:
1997-09-17 05:27:56 +00:00
bsw r2, r3
check1 r3 0x44332211
1997-09-17 03:31:09 +00:00
exit0