mirror of
https://github.com/badvision/lawless-legends.git
synced 2024-12-26 04:32:05 +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:
|
||||
|
||||
|OP | Description
|
||||
-----------------------------------------
|
||||
|------|-----------------------------------
|
||||
|ZERO | push zero on the stack
|
||||
|DROP | drop 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.
|
||||
|
||||
| OP | Unary Operation
|
||||
|--------------------------
|
||||
|------|--------------------
|
||||
| ^ | byte pointer
|
||||
| * | word pointer
|
||||
| @ | address of
|
||||
@ -203,7 +203,7 @@ More complex expressions can be built up using algebraic unary and binary operat
|
||||
|
||||
|
||||
| OP | Binary Operation
|
||||
|---------------------------
|
||||
|------|---------------------
|
||||
| * | multiply
|
||||
| / | divide
|
||||
| % | modulo
|
||||
|
Loading…
Reference in New Issue
Block a user