More v850 simulator tests.
[deliverable/binutils-gdb.git] / sim / testsuite / v850eq-elf / t-bsw.s
1 .include "t-macros.i"
2
3 start
4
5 load r2 0x11223344
6 test_bsw:
7 bsw r2
8 check1 r2 0x44332211
9
10 exit0
This page took 0.02991 seconds and 4 git commands to generate.