Update README.md

This commit is contained in:
David Schmenk 2014-04-29 19:58:13 -07:00
parent 9196c0e71a
commit 7685ed02b4

View File

@ -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