@@ -26,15 +26,15 @@ entry:
26
26
27
27
# jumps with immediate offset (specified in bytes , but real instruction uses words)
28
28
jumps 0 , 42 , lt
29
- jumps 0 , 42 , eq #dual - instruction condition
29
+ jumps 0 , 42 , eq # dual - instruction condition
30
30
31
31
jumps 4 , 42 , lt
32
- jumps 4 , 42 , eq #dual - instruction condition
32
+ jumps 4 , 42 , eq # dual - instruction condition
33
33
jumps 8 , 42 , lt
34
34
jumps 32 , 42 , lt
35
35
36
36
jumps - 4 , 42 , lt
37
- jumps - 4 , 42 , eq #dual - instruction condition
37
+ jumps - 4 , 42 , eq # dual - instruction condition
38
38
jumps - 8 , 42 , lt
39
39
jumps - 32 , 42 , lt
40
40
@@ -55,15 +55,15 @@ entry:
55
55
56
56
# jumpr with immediate offset (specified in bytes , but real instruction uses words)
57
57
jumpr 0 , 42 , lt
58
- jumpr 0 , 42 , eq #dual - instruction condition
58
+ jumpr 0 , 42 , eq # dual - instruction condition
59
59
60
60
jumpr 4 , 42 , lt
61
- jumpr 4 , 42 , eq #dual - instruction condition
61
+ jumpr 4 , 42 , eq # dual - instruction condition
62
62
jumpr 8 , 42 , lt
63
63
jumpr 32 , 42 , lt
64
64
65
65
jumpr - 4 , 42 , lt
66
- jumpr - 4 , 42 , eq #dual - instruction condition
66
+ jumpr - 4 , 42 , eq # dual - instruction condition
67
67
jumpr - 8 , 42 , lt
68
68
jumpr - 32 , 42 , lt
69
69
0 commit comments