Tree @master (Download .tar.gz)
History of
tests
@master
git clone https://git.catseye.tc/SixtyPical/
- Generate zero-page code for and, or, and xor, when possible. Chris Pressey 6 years ago
- Add more test cases. Chris Pressey 6 years ago
- Add more tests. Apparently our algorithm does not do a good job. Chris Pressey 6 years ago
- Optimize away `RTS` and `JMP` when possible. Fallthru stuff done. Chris Pressey 6 years ago
- Begin hooking the fallthru analysis up to the compilation phase. Chris Pressey 6 years ago
- Vastly simplify the fallthru analysis algorithm. Chris Pressey 6 years ago
- Serialize main first. However, this could use a fresh approach. Chris Pressey 6 years ago
- Serialize routines with in() sets first, and in the right order. Chris Pressey 6 years ago
- Change the serialization format to be (hopefully) clearer. Chris Pressey 6 years ago
- Go slightly further with the serialization. Chris Pressey 6 years ago
- First cut at serialization of fallthru-optimized routines. 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
- --optimize-fallthru and --dump-fallthru-info options. Chris Pressey 6 years ago
- Flesh out and describe the fallthru optimization algorithm. Chris Pressey 6 years ago
- Add some tests, some failing, for expected fallthru maps. Chris Pressey 6 years ago
- Support branching and looping on the `n` flag. Chris Pressey 6 years ago
- Add some failing tests for 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
- 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
- Rudimentarily document `for`; add failing test cases for it. 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
- Tests for the `downto` variant too. Chris Pressey 6 years ago