Tree @a0d3ea8 (Download .tar.gz)
Commit History
@a0d3ea8167a04c8ce265d2dc76b6724a8922535b
git clone https://git.catseye.tc/SixtyPical/
- Add a dedicated module for a dedicated FallthruAnalyzer. Chris Pressey 5 years ago
- Flesh out and describe the fallthru optimization algorithm. Chris Pressey 5 years ago
- Lessen dependence on the internals of ParsingContext. Chris Pressey 5 years ago
- Update documentation. Chris Pressey 5 years ago
- Make tests pass again. Chris Pressey 5 years ago
- Add some tests, some failing, for expected fallthru maps. Chris Pressey 5 years ago
- First cut at building fallthru map. Needs tests. Chris Pressey 5 years ago
- Support branching and looping on the `n` flag. Chris Pressey 5 years ago
- Add some failing tests for looping on the `n` flag. Chris Pressey 5 years ago
- Fork the Atari 2600 Ophis example for easier comparing to 60p. Chris Pressey 5 years ago
- Fix bug when zero page address was $00. Chris Pressey 5 years ago
- A `byte` or `word` table can be initialized with a list of constants. Chris Pressey 5 years ago
- Initial support for initializing byte tables with list of bytes. Chris Pressey 5 years ago
- Accessing zero-page with `ld` and `st` generates zero-page opcodes. Chris Pressey 5 years ago
- Support of NOP opcode. Chris Pressey 5 years ago
- First cut at support for targetting the Atari 2600. Chris Pressey 5 years ago
- Track the gotos that we have encountered in a routine. Chris Pressey 5 years ago
- Try to spell out my idea for an algorithm for this. Chris Pressey 5 years ago
- Describe the behaviour just implemented. Chris Pressey 5 years ago
- Beginnings of modularity. Chris Pressey 5 years ago
- Clean up driver code, add filename to error messages. Chris Pressey 5 years ago
- Add symbolic constants. Chris Pressey 5 years ago
- Merge pull request #10 from catseye/develop-0.14 Chris Pressey (commit: GitHub) 5 years ago
- Add three more tests. Ensure they pass. Chris Pressey 5 years ago
- Small edits to history. Chris Pressey 5 years ago
- VIC-20 example and rewrite docs. Chris Pressey 5 years ago
- Reformat READMEs. Chris Pressey 5 years ago
- Save a few bytes in the demo game by using a `for` loop. Chris Pressey 5 years ago
- Documentation updates. Chris Pressey 5 years ago
- Make tests pass. Add two more tests towards completeness of spec. Chris Pressey 5 years ago