esop

Essential Stack-Operated Phone (concept)
git clone git://git.luxferre.top/esop.git
Log | Files | Refs | README | LICENSE

commit 1c3fbed3ffd1ba8839ad8602bfa6651b45cf7a87
parent 51a066b7b1ac4b63c988f7d9ea83e3aeeaec0cbf
Author: Luxferre <lux@ferre>
Date:   Thu, 28 Jul 2022 19:03:04 +0300

Another minor readme fix

Diffstat:
MREADME.md | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md @@ -30,7 +30,7 @@ Every ESOP implementation must emulate the exact same memory layout as per this ## Control block -Unlike Uxn/Varvara or Uxn/SPARTA, Uxn/ESOP only exposes the control block ports (`0x00` to `0x07`) for `DEI` and `DEO` instructions. When calling these instructions, the control block memory area is automatically updated accordingly. +Unlike Uxn/Varvara or Uxn/SPARTA, Uxn/ESOP only exposes the control block ports (`00` to `07`) for `DEI` and `DEO` instructions. When calling these instructions, the control block memory area is automatically updated accordingly. In Uxntal, the ESOP's control block would be described as follows: @@ -59,7 +59,7 @@ Standard input/output ports are not supported. ## Keypad input -The 16 bits of the input port (`0x02-0x03`) have the following mapping: +The 16 bits of the input ports (`02` and `03`) have the following mapping: Bit|15 |14 |13|12|11|10|9|8|7|6|5|4|3|2|1|0 ---|---|---|--|--|--|--|-|-|-|-|-|-|-|-|-|-