Tree @0.15 (Download .tar.gz)
History of
src
@0.15
git clone https://git.catseye.tc/SixtyPical/
- Add more test cases. Chris Pressey 4 years ago
- 1-line bugfix. Now the optimizer does do the expected good job. Chris Pressey 4 years ago
- Optimize away `RTS` and `JMP` when possible. Fallthru stuff done. Chris Pressey 4 years ago
- Begin hooking the fallthru analysis up to the compilation phase. Chris Pressey 4 years ago
- Vastly simplify the fallthru analysis algorithm. Chris Pressey 4 years ago
- Serialize main first. However, this could use a fresh approach. Chris Pressey 4 years ago
- Serialize routines with in() sets first, and in the right order. Chris Pressey 4 years ago
- Change the serialization format to be (hopefully) clearer. Chris Pressey 4 years ago
- Find the longest chain of routines in R and remove it. Chris Pressey 4 years ago
- Go slightly further with the serialization. Chris Pressey 4 years ago
- First cut at serialization of fallthru-optimized routines. Chris Pressey 4 years ago
- Call it fall_in_map. Chris Pressey 4 years ago
- Successfully break cycle. Chris Pressey 4 years ago
- Find cycles in fallthru map. Try to break them; not right, yet. Chris Pressey 4 years ago
- Add a dedicated module for a dedicated FallthruAnalyzer. Chris Pressey 4 years ago
- Lessen dependence on the internals of ParsingContext. Chris Pressey 4 years ago
- Make tests pass again. Chris Pressey 4 years ago
- Add some tests, some failing, for expected fallthru maps. Chris Pressey 4 years ago
- First cut at building fallthru map. Needs tests. Chris Pressey 4 years ago
- Support branching and looping on the `n` flag. Chris Pressey 4 years ago
- Fix bug when zero page address was $00. Chris Pressey 4 years ago
- A `byte` or `word` table can be initialized with a list of constants. Chris Pressey 4 years ago
- Initial support for initializing byte tables with list of bytes. Chris Pressey 4 years ago
- Accessing zero-page with `ld` and `st` generates zero-page opcodes. Chris Pressey 4 years ago
- Support of NOP opcode. Chris Pressey 4 years ago
- First cut at support for targetting the Atari 2600. Chris Pressey 4 years ago
- Track the gotos that we have encountered in a routine. Chris Pressey 4 years ago
- Beginnings of modularity. Chris Pressey 4 years ago
- Clean up driver code, add filename to error messages. Chris Pressey 4 years ago
- Add symbolic constants. Chris Pressey 4 years ago