1
0
mirror of https://github.com/mnaberez/py65.git synced 2024-06-06 20:29:34 +00:00

Initial import.

This commit is contained in:
Mike Naberezny 2008-07-01 00:24:18 +00:00
commit 0245f2a195
4 changed files with 4495 additions and 0 deletions

10
TODO.txt Normal file
View File

@ -0,0 +1,10 @@
Instructions needing unit tests:
bit
cmp
cpx
cpy
dec
eor
inc
lsr
sbc

1234
cpu.py Normal file

File diff suppressed because it is too large Load Diff

BIN
cpu.pyc Normal file

Binary file not shown.

3251
cpu_test.py Normal file

File diff suppressed because it is too large Load Diff