master
s 16 lines 266 Bytes
Raw
1 /* Purpose: test example, verify the soundness of the high/low assignment */
2
3 .text
4 .globl _start
5
6 _start:
7 {
8 r0.H = #42
9 }
10 {
11 r0.L = #69
12 }
13 {
14 p0 = cmp.eq(r0, #2752581); if (p0.new) jump:t pass
15 jump fail
16 }