Tree @master (Download .tar.gz)
History of
src
@master
git clone https://git.catseye.tc/SixtyPical/
- First cut at serialization of fallthru-optimized routines. Chris Pressey 6 years ago
- Call it fall_in_map. Chris Pressey 6 years ago
- Successfully break cycle. Chris Pressey 6 years ago
- Find cycles in fallthru map. Try to break them; not right, yet. Chris Pressey 6 years ago
- Add a dedicated module for a dedicated FallthruAnalyzer. Chris Pressey 6 years ago
- Lessen dependence on the internals of ParsingContext. Chris Pressey 6 years ago
- Make tests pass again. Chris Pressey 6 years ago
- Add some tests, some failing, for expected fallthru maps. Chris Pressey 6 years ago
- First cut at building fallthru map. Needs tests. Chris Pressey 6 years ago
- Support branching and looping on the `n` flag. Chris Pressey 6 years ago
- Fix bug when zero page address was $00. Chris Pressey 6 years ago
- A `byte` or `word` table can be initialized with a list of constants. Chris Pressey 6 years ago
- Initial support for initializing byte tables with list of bytes. Chris Pressey 6 years ago
- Accessing zero-page with `ld` and `st` generates zero-page opcodes. Chris Pressey 6 years ago
- Support of NOP opcode. Chris Pressey 6 years ago
- First cut at support for targetting the Atari 2600. Chris Pressey 6 years ago
- Track the gotos that we have encountered in a routine. Chris Pressey 6 years ago
- Beginnings of modularity. Chris Pressey 6 years ago
- Clean up driver code, add filename to error messages. Chris Pressey 6 years ago
- Add symbolic constants. Chris Pressey 6 years ago
- Add three more tests. Ensure they pass. Chris Pressey 6 years ago
- Make tests pass. Add two more tests towards completeness of spec. Chris Pressey 6 years ago
- Make compilation tests pass. Chris Pressey 6 years ago
- Almost compile `for` loops correctly. Chris Pressey 6 years ago
- Two seperate words looks better. Chris Pressey 6 years ago
- Analyze the range in the `for` loop. All unit tests pass again. Chris Pressey 6 years ago
- More correct determination of tail position for purposes of `goto`. Chris Pressey 6 years ago
- Small bugfixes and changes. Chris Pressey 6 years ago
- Make the loop variable unwriteable in the body of the "for" loop. Chris Pressey 6 years ago
- Add some failing tests for analyzing "for". Chris Pressey 6 years ago