@@ -26,15 +26,15 @@ entry:
2626
2727 # jumps with immediate offset (specified in bytes , but real instruction uses words)
2828 jumps 0 , 42 , lt
29- jumps 0 , 42 , eq #dual - instruction condition
29+ jumps 0 , 42 , eq # dual - instruction condition
3030
3131 jumps 4 , 42 , lt
32- jumps 4 , 42 , eq #dual - instruction condition
32+ jumps 4 , 42 , eq # dual - instruction condition
3333 jumps 8 , 42 , lt
3434 jumps 32 , 42 , lt
3535
3636 jumps - 4 , 42 , lt
37- jumps - 4 , 42 , eq #dual - instruction condition
37+ jumps - 4 , 42 , eq # dual - instruction condition
3838 jumps - 8 , 42 , lt
3939 jumps - 32 , 42 , lt
4040
@@ -55,15 +55,15 @@ entry:
5555
5656 # jumpr with immediate offset (specified in bytes , but real instruction uses words)
5757 jumpr 0 , 42 , lt
58- jumpr 0 , 42 , eq #dual - instruction condition
58+ jumpr 0 , 42 , eq # dual - instruction condition
5959
6060 jumpr 4 , 42 , lt
61- jumpr 4 , 42 , eq #dual - instruction condition
61+ jumpr 4 , 42 , eq # dual - instruction condition
6262 jumpr 8 , 42 , lt
6363 jumpr 32 , 42 , lt
6464
6565 jumpr - 4 , 42 , lt
66- jumpr - 4 , 42 , eq #dual - instruction condition
66+ jumpr - 4 , 42 , eq # dual - instruction condition
6767 jumpr - 8 , 42 , lt
6868 jumpr - 32 , 42 , lt
6969
0 commit comments