1
0
mirror of https://github.com/catseye/SixtyPical.git synced 2024-11-29 03:51:35 +00:00
SixtyPical/src/sixtypical
2018-02-08 11:58:24 +00:00
..
__init__.py
analyzer.py Tired: copy [ptr]+y, a. Wired: ld a, [ptr]+y. 2018-02-08 11:58:24 +00:00
ast.py
compiler.py Tired: copy [ptr]+y, a. Wired: ld a, [ptr]+y. 2018-02-08 11:58:24 +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 Make ld parse to a IndexedRef or IndirectRef (latter still todo.) 2018-02-08 11:04:11 +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