Tree @circle-ci (Download .tar.gz)
History of
bin
/
sixtypical
@circle-ci
git clone https://git.catseye.tc/SixtyPical/
- Make all serialize() methods take addr() as an arg, not kwarg. Chris Pressey 6 years ago
- Rename method for more distinction/clarity. Chris Pressey 6 years ago
- Fix whitespace (but not sorting) issue in --dump-fallthru-info. Chris Pressey 6 years ago
- --output cmdline argument, serialize() returns an array of bytes. Chris Pressey 6 years ago
- Reduce number of errors under Python 3 another smidge. Chris Pressey 6 years ago
- Remove --prelude, reform and document --output-formats. Chris Pressey 7 years ago
- Begin hooking the fallthru analysis up to the compilation phase. Chris Pressey 7 years ago
- Vastly simplify the fallthru analysis algorithm. Chris Pressey 7 years ago
- Go slightly further with the serialization. Chris Pressey 7 years ago
- First cut at serialization of fallthru-optimized routines. Chris Pressey 7 years ago
- Optomize dump() abstraction. (You muss optomize, always optomize.) Chris Pressey 7 years ago
- Call it fall_in_map. Chris Pressey 7 years ago
- Abstraction for dumping JSON info. Chris Pressey 7 years ago
- Successfully break cycle. Chris Pressey 7 years ago
- Find cycles in fallthru map. Try to break them; not right, yet. Chris Pressey 7 years ago
- --optimize-fallthru and --dump-fallthru-info options. Chris Pressey 7 years ago
- Add a dedicated module for a dedicated FallthruAnalyzer. Chris Pressey 7 years ago
- First cut at building fallthru map. Needs tests. Chris Pressey 7 years ago
- First cut at support for targetting the Atari 2600. Chris Pressey 7 years ago
- Beginnings of modularity. Chris Pressey 7 years ago
- Clean up driver code, add filename to error messages. Chris Pressey 7 years ago
- Add --output-format and --origin command-line options. Chris Pressey 7 years ago
- Support different preludes for different archs (c64 and vic20 now.) Chris Pressey 7 years ago
- Use ArgumentParser instead of OptionParser. Chris Pressey 7 years ago
- Always analyze before compiling. Chris Pressey 7 years ago
- The evaluator doesn't add much and keeps falling behind; remove it. Chris Pressey 7 years ago
- Ability to --debug analysis. Make 16-bit addition test pass. Chris Pressey 7 years ago
- Implement indirect JSRs with trampolines in theory; doesn't work. Chris Pressey 9 years ago
- Refactor Analyzer. Get analysis tests passing once again. Chris Pressey 9 years ago
- Recast Evaluator as an object. Handle `goto` inside it. Chris Pressey 9 years ago