From b0b055d6ce0a6ac3e5ff373a14dd5d465dac6e51 Mon Sep 17 00:00:00 2001 From: Sasha Koshka Date: Mon, 29 Aug 2022 00:56:27 -0400 Subject: [PATCH] Improved wording of readme --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 81db4d3..5ee0828 100644 --- a/README.md +++ b/README.md @@ -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 memory. -Both the stack and the block are as infinite, as computing resources and integer -limits allow, in the positive direction. They are automatically expanded +Both the stack and the block are infinite, to the extent computing resources and +integer limits allow, in the positive direction. They are automatically expanded when written to. ## Instruction Set @@ -138,7 +138,8 @@ Pushes: ### 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: 1. left operand