Improved wording of readme

This commit is contained in:
Sasha Koshka 2022-08-29 00:56:27 -04:00
parent e45d153b80
commit b0b055d6ce
1 changed files with 4 additions and 3 deletions

View File

@ -6,8 +6,8 @@ It has two portions of memory: the stack and the block. I hesitate to call the
block a heap because it is not a data structure, it is a continuous block of block a heap because it is not a data structure, it is a continuous block of
memory. memory.
Both the stack and the block are as infinite, as computing resources and integer Both the stack and the block are infinite, to the extent computing resources and
limits allow, in the positive direction. They are automatically expanded integer limits allow, in the positive direction. They are automatically expanded
when written to. when written to.
## Instruction Set ## Instruction Set
@ -138,7 +138,8 @@ Pushes:
### 0xC MOD ### 0xC MOD
Performs a modulo operation on two words. Performs a modulo operation on two words. Tip: this can be used as a logical
AND.
Pops: Pops:
1. left operand 1. left operand