1
0
mirror of https://github.com/catseye/SixtyPical.git synced 2024-10-01 06:54:44 +00:00
SixtyPical/src/sixtypical
2017-12-13 17:00:21 +00:00
..
__init__.py
analyzer.py Fix bug in copy []+y, a. "Hero" no longer leaves a trail. 2017-12-13 17:00:21 +00:00
ast.py
compiler.py copy []+y, a to indirectly read byte into the a register. 2017-12-13 16:11:02 +00:00
emitter.py Initial work on initialized byte tables. 2017-12-12 16:41:49 +00:00
evaluator.py Introduce IndirectRef and use it instead of adhoc 'copy[]+y' opcode. 2017-12-01 11:44:40 +00:00
gen6502.py
model.py Allow call and goto routines defined further down in the source. 2017-12-12 13:17:00 +00:00
parser.py trash indicates a value is no longer considered meaningful. 2017-12-13 15:23:06 +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