Check in compiled versions for v1.22.1

This commit is contained in:
Jeff Parsons 2016-05-15 00:01:34 -07:00
commit 3ade80ba6c
35 changed files with 9349 additions and 2 deletions

View file

@ -12,5 +12,5 @@ The project contains the following 6502 machine-language tests:
- [BCD](tests/bcd/bcd.asm): Verify decimal mode behavior
- [VFLAG](tests/vflag/vflag.asm): Demonstrate that the V flag works as described
Along with a variety of [6502 Machine-Language Programs](jeffpar/) written by [Jeff Parsons](https://twitter.com/jeffpar)
along with a variety of [6502 Machine-Language Programs](jeffpar/) written by [Jeff Parsons](https://twitter.com/jeffpar)
from 1979 to 1980.

View file

@ -17,7 +17,7 @@ The following BASIC applications were supplied by Ohio Scientific:
- [STAR WARS](OSI/STARWARS.BAS)
- [TRIG TUTOR](OSI/TRIGTUTOR.BAS)
We also have a variety of BASIC programs written by [Jeff Parsons](https://twitter.com/jeffpar) from 1979 to 1980:
The project also includes some eclectic BASIC programs written by [Jeff Parsons](https://twitter.com/jeffpar) from 1979 to 1980:
- [CHECKERS](jeffpar/CHECKERS.BAS)
- [HANG WOMAN](jeffpar/HANGWOMAN.BAS)