From b1b9970b0d2da99a5956e342f457373649f2b13a Mon Sep 17 00:00:00 2001 From: Russell-S-Harper Date: Tue, 7 Aug 2018 06:48:12 -0400 Subject: [PATCH] Revising README. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0b2023c..368e66d 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ For example: * easier support for higher language compilers * arithmetic operations add, subtract, multiply, divide, and modulus * inherent overflow/underflow detection -* all control branching is relative and 16 bits, for easier relocatable code +* all control branching is 16-bit relative, for easier relocatable code * support for custom functions, akin to INT in x86 Why 6502 and not, for example, x86?