This commit was generated by cvs2svn to track changes on a CVS vendor
[deliverable/binutils-gdb.git] / gas / testsuite / gas / bfin / expected_errors.s
1 .text
2
3 p0.H = 0x12345678;
4 P0.l = 0x12345678;
5
6 CC = R3 < 4;
7 CC = R3 < 7;
8 CC = R3 < 8;
9 CC = R3 <= 4;
10 CC = R3 <= 7;
11 CC = R3 <= 8;
12
13 A1 -= M2.h * R3.L, A0 -= M2.l * R3.L;
This page took 0.032348 seconds and 5 git commands to generate.