mirror of
https://github.com/badvision/lawless-legends.git
synced 2025-02-25 07:28:59 +00:00
Update README.md
This commit is contained in:
parent
96cb23ed57
commit
3c9866e080
@ -205,8 +205,8 @@ Expressions are algebraic. Data is free-form, but all operations on the evaluat
|
||||
|
||||
More complex expressions can be built up using algebraic unary and binary operations.
|
||||
|
||||
| OP | Unary Operation
|
||||
|:----:|--------------------
|
||||
| OP | Unary Operation |
|
||||
|:----:|---------------------|
|
||||
| ^ | byte pointer
|
||||
| * | word pointer
|
||||
| @ | address of
|
||||
@ -215,8 +215,8 @@ More complex expressions can be built up using algebraic unary and binary operat
|
||||
| NOT | logical NOT
|
||||
|
||||
|
||||
| OP | Binary Operation
|
||||
|:----:|---------------------
|
||||
| OP | Binary Operation |
|
||||
|:----:|----------------------|
|
||||
| * | multiply
|
||||
| / | divide
|
||||
| % | modulo
|
||||
@ -225,8 +225,8 @@ More complex expressions can be built up using algebraic unary and binary operat
|
||||
| << | shift left
|
||||
| >> | shift right
|
||||
| & | bitwise AND
|
||||
| | | bitwise OR
|
||||
| ^ | bitwise XOR
|
||||
| | | bitwise OR
|
||||
| == | equals
|
||||
| <> | not equal
|
||||
| >= | greater than or equal
|
||||
|
Loading…
x
Reference in New Issue
Block a user