Revising README.

This commit is contained in:
Russell-S-Harper 2018-08-07 06:48:12 -04:00
parent 421a7a192e
commit b1b9970b0d
1 changed files with 1 additions and 1 deletions

View File

@ -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?