1
0
mirror of https://github.com/catseye/SixtyPical.git synced 2024-06-19 10:29:28 +00:00
SixtyPical/src/sixtypical
2017-12-12 13:54:35 +00:00
..
__init__.py REBOOT the entire language & implementation as version 0.2-PRE. 2015-10-16 09:30:24 +01:00
analyzer.py LocationRefs are equal if names/type are; this needed __str__ tho. 2017-12-12 12:45:47 +00:00
ast.py Low and high address operators, parsing and execution thereof. 2016-06-16 11:10:43 -05:00
compiler.py copy from word storage to word table and back, indexed by x or y. 2017-12-11 12:02:48 +00:00
emitter.py Do not assume every label refers to a word-sized chunk of memory. 2017-12-11 10:42:42 +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 Compile copy[]+y. 2017-11-24 16:56:55 +00:00
model.py Allow call and goto routines defined further down in the source. 2017-12-12 13:17:00 +00:00
parser.py Change how backpatching instructions is implemented. 2017-12-12 13:54:35 +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