From 8edcce337d53d01f95bf49f8d534678892b6b120 Mon Sep 17 00:00:00 2001 From: Russell-S-Harper Date: Wed, 15 Aug 2018 08:02:31 -0400 Subject: [PATCH] Revising README. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 6eb0d12..b5e45d8 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ Advances some ideas using Steve Wozniak’s 6502 SWEET16 interpreted byte-code l For example: -* native type is equivalent to fixed decimal ######.### +* native type is equivalent to fixed-point decimal ±######.### * easier support for banked memory * easier support for higher language compilers * arithmetic operations add, subtract, multiply, divide, and modulus @@ -40,7 +40,7 @@ Right now, for testing purposes, the code builds everything into one file `syste To build and run: - make + make all make run The makefiles use `re2c`, `flex`, `bison`, `gcc`, `cpp`, and `xa`. Will eventually provide a `./configure`.