sim: msp430: start a test framework
[deliverable/binutils-gdb.git] / sim / testsuite / sim / msp430 / add.s
1 # check that basic add insn works.
2 # mach: msp430
3
4 .include "testutils.inc"
5
6 start
7
8 mov #10, r4
9 add #23, r4
10 cmp #33, r4
11 jne 1f
12
13 cmp #32, r4
14 jlo 1f
15
16 cmp #34, r4
17 jhs 1f
18
19 pass
20 1: fail
This page took 0.029786 seconds and 4 git commands to generate.