This website requires JavaScript.
Explore
Mirrors
Help
Sign In
6502
/
SixtyPical
Watch
1
Star
0
Fork
0
You've already forked SixtyPical
mirror of
https://github.com/catseye/SixtyPical.git
synced
2025-01-24 17:31:46 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
SixtyPical
/
src
/
sixtypical
History
Chris Pressey
b829836cdc
Ability to parse static definitions and look them up.
2018-02-09 12:33:45 +00:00
..
__init__.py
…
analyzer.py
Support indirect refs in st, e.g.
st a, [ptr] + y
.
2018-02-09 11:23:18 +00:00
ast.py
…
compiler.py
Support indirect refs in st, e.g.
st a, [ptr] + y
.
2018-02-09 11:23:18 +00:00
emitter.py
Initialized byte tables need not have all 256 bytes initialized.
2018-02-02 16:31:23 +00:00
gen6502.py
…
model.py
Make ld parse to a IndexedRef or IndirectRef (latter still todo.)
2018-02-08 11:04:11 +00:00
parser.py
Ability to parse static definitions and look them up.
2018-02-09 12:33:45 +00:00
scanner.py
Require that the program does ^buf to get at the address of buf.
2017-12-01 12:36:58 +00:00