Check in compiled versions for v1.22.1
This commit is contained in:
parent
09f4db3455
commit
3ade80ba6c
35 changed files with 9349 additions and 2 deletions
|
|
@ -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.
|
||||
|
|
|
|||
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Reference in a new issue