mirror of
https://github.com/badvision/lawless-legends.git
synced 2024-12-27 10:29:40 +00:00
Update README.md
This commit is contained in:
parent
9196c0e71a
commit
7685ed02b4
@ -16,7 +16,7 @@ PLASMA takes an approach that uses the best of all the above implementations to
|
|||||||
The PLASMA low level operations are defined as:
|
The PLASMA low level operations are defined as:
|
||||||
|
|
||||||
|OP | Description
|
|OP | Description
|
||||||
-----------------------------------------
|
|------|-----------------------------------
|
||||||
|ZERO | push zero on the stack
|
|ZERO | push zero on the stack
|
||||||
|DROP | drop top stack value
|
|DROP | drop top stack value
|
||||||
|DUP | duplicate top stack value
|
|DUP | duplicate top stack value
|
||||||
@ -193,7 +193,7 @@ 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.
|
More complex expressions can be built up using algebraic unary and binary operations.
|
||||||
|
|
||||||
| OP | Unary Operation
|
| OP | Unary Operation
|
||||||
|--------------------------
|
|------|--------------------
|
||||||
| ^ | byte pointer
|
| ^ | byte pointer
|
||||||
| * | word pointer
|
| * | word pointer
|
||||||
| @ | address of
|
| @ | address of
|
||||||
@ -203,7 +203,7 @@ More complex expressions can be built up using algebraic unary and binary operat
|
|||||||
|
|
||||||
|
|
||||||
| OP | Binary Operation
|
| OP | Binary Operation
|
||||||
|---------------------------
|
|------|---------------------
|
||||||
| * | multiply
|
| * | multiply
|
||||||
| / | divide
|
| / | divide
|
||||||
| % | modulo
|
| % | modulo
|
||||||
|
Loading…
Reference in New Issue
Block a user