s3e: fix build break
[calu.git] / 8_benchs / angabe / datadeps.s
1 ;;; BENCHMARK START
2         ;; implementations must retain all operations!
3         r1 = 7;
4     r2 = 5;
5     r3 = 4;
6     r4 = r2 + r3;
7     r5 = r4 & r1;
8 ;;; BENCHMARK END