More v850 simulator tests.
[deliverable/binutils-gdb.git] / sim / testsuite / v850eq-elf / t-zxb.s
1 .include "t-macros.i"
2
3 start
4
5 load r2 0xffffff80
6 test_zxb:
7 zxb r2
8 check r2 0x80
9
10 load r2 0xffffff7f
11 test_zxb2:
12 zxb r2
13 check r2 0x7f
14
15 exit0
This page took 0.030541 seconds and 4 git commands to generate.