From 7685ed02b41982d1e50769cb0363be7d9838c204 Mon Sep 17 00:00:00 2001 From: David Schmenk Date: Tue, 29 Apr 2014 19:58:13 -0700 Subject: [PATCH] Update README.md --- PLASMA/README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/PLASMA/README.md b/PLASMA/README.md index 5fd3268e..e90b09a6 100644 --- a/PLASMA/README.md +++ b/PLASMA/README.md @@ -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