We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent be27cdc commit 521e924Copy full SHA for 521e924
README.rst
@@ -17,6 +17,10 @@ Status
17
18
The most commonly used simple stuff should work.
19
20
+Expressions in assembly source code are supported and get evaluated during
21
+assembling. Only expressions evaluating to a single integer are supported.
22
+Constants defined with ``.set`` are supported in expressions.
23
+
24
We have some unit tests and also compatibility tests that compare the output
25
whether it is identical with binutils-esp32ulp output.
26
0 commit comments