Merge pull request #4 from Russell-S-Harper/development

Revising README.
This commit is contained in:
Russell-S-Harper 2018-08-07 08:07:22 -04:00 committed by GitHub
commit 6b49f3cf70
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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`.