Skip to content

Commit

Permalink
README.md: remove note about missing precedence
Browse files Browse the repository at this point in the history
  • Loading branch information
fjl committed Nov 24, 2024
1 parent 662021d commit 704a348
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,15 +87,13 @@ Simple math expressions and label references can be used within the argument:
add_it:
add

At this time, there is no precedence in expressions. Use parentheses to indicate precedence.

Supported arithmetic operations include addition (+), subtraction (-), multiplication (*),
division (/), and modulo (%). There is also support for bit-shifts (<<, >>), bitwise AND
(&), OR (|), XOR (^).

All arithmetic is performed with arbitrary precision integers. The result of calculations
must fit into 256 bits in order to be valid as a PUSH argument. For sized push, the result
must fit into the declared push size. Negative results are not allowed right now.
must fit into the declared push size. Negative results are not allowed.

### Expression Macros

Expand Down

0 comments on commit 704a348

Please sign in to comment.