From af463d57d344eb9aa80b9ba2a596d23d2692c984 Mon Sep 17 00:00:00 2001 From: Russell-S-Harper Date: Tue, 7 Aug 2018 08:06:28 -0400 Subject: [PATCH] Revising README. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index df24cdc..6eb0d12 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ For example: * arithmetic operations add, subtract, multiply, divide, and modulus * inherent overflow/underflow detection * all control branching is 16-bit relative, for easier relocatable code -* support for custom functions, akin to INT in x86 +* support for custom system/user functions, akin to INT in x86 Why 6502 and not, for example, x86? @@ -43,4 +43,4 @@ To build and run: make make run -The makefiles use `re2c`, `flex`, `bison`, `gcc`, `cpp`, and `xa`. Will eventually support a `make install` which will install all of these. +The makefiles use `re2c`, `flex`, `bison`, `gcc`, `cpp`, and `xa`. Will eventually provide a `./configure`.