]> git.proxmox.com Git - qemu.git/blob - tests/lm32/test_bi.S
lm32: opcode testsuite
[qemu.git] / tests / lm32 / test_bi.S
1 .include "macros.inc"
2
3 start
4
5 test_name BI_1
6 bi jump
7 tc_fail
8 end
9
10 jump_back:
11 tc_pass
12 end
13
14 jump:
15 tc_pass
16
17 test_name BI_2
18 bi jump_back
19 tc_fail
20
21 end
22
23