Automatic date update in version.in
[binutils-gdb.git] / sim / testsuite / cr16 / addb.cgs
blob272804ae407382ac342fdc7c8209617b817fc758
1 # cr16 testcase for addb $sr, reg
2 # mach(): cr16 
4         .include "testutils.inc"
6         start
8         .global add
9 add:
11         movb $0x1234,r4
12         movb $0x1234,r5
13         addb r4, r5
14         test_h_gr r5, 0x68
16         pass