From 1c3fbed3ffd1ba8839ad8602bfa6651b45cf7a87 Mon Sep 17 00:00:00 2001 From: Luxferre Date: Thu, 28 Jul 2022 19:03:04 +0300 Subject: [PATCH] Another minor readme fix --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 014a019..09e75b2 100644 --- 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 ---|---|---|--|--|--|--|-|-|-|-|-|-|-|-|-|-