- Notifications
You must be signed in to change notification settings - Fork27
Commitc29b7a2
committed
add compat tests for relative jumps with immediate offset from absolute symbol
Values assigned to symbols using .set should be specified in words (notbytes). Thus, this test ensures that the value of the const symbol is notconverted to words (divided by 4).Since py-esp32-ulp internally tracks symbol values as words anyway, thisbehaviour has been correct all along. The test aims to show that recentchanges related to immediate value handling did not break this (and toguard against future changes that could break this).1 parent7eda90c commitc29b7a2
1 file changed
+8
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
| 2 | + | |
| 3 | + | |
2 | 4 | | |
3 | 5 | | |
4 | 6 | | |
| |||
27 | 29 | | |
28 | 30 | | |
29 | 31 | | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
30 | 35 | | |
31 | 36 | | |
32 | 37 | | |
| |||
50 | 55 | | |
51 | 56 | | |
52 | 57 | | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
53 | 61 | | |
54 | 62 | | |
55 | 63 | | |
| |||
0 commit comments
Comments
(0)