Revising README.

This commit is contained in:
Russell-S-Harper 2018-08-15 08:02:31 -04:00
parent 6aad24a207
commit 8edcce337d

View File

@ -4,7 +4,7 @@ Advances some ideas using Steve Wozniaks 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`.