gdb/testsuite: Reduce gdb.threads/threadcrash.exp reliance on libc symbols
[binutils-gdb.git] / sim / testsuite / cr16 / andb.cgs
blobbc201adef6093adc25db472a47499eba291a2fbe
1 # cr16 testcase for and $sr,$dr
2 # mach(): cr16
4         .include "testutils.inc"
6         start
8         .global and
9 and:
10         movb $3, r4
11         movb $6, r5
13         andb r4,r5
15         test_h_gr r5, 2
17         pass