Tree @master (Download .tar.gz)
Commit History
@master
git clone https://git.catseye.tc/SixtyPical/
- Small documentation sorting. Chris Pressey 6 years ago
- Remove need for `forward` keyword in forward reference in `copy`. Chris Pressey 6 years ago
- Remove the need for parens in `vector (routine ...) table` type. Chris Pressey 6 years ago
- Refine documentation. Chris Pressey 6 years ago
- button_down is local to check_button. Chris Pressey 6 years ago
- More statics in demo game. Chris Pressey 6 years ago
- Begin using static in the demo game. Chris Pressey 6 years ago
- Merge pull request #7 from catseye/routine-static-storage Chris Pressey (commit: GitHub) 6 years ago
- Compile static storage location access. Chris Pressey 6 years ago
- Inch toward compiling statics. Chris Pressey 6 years ago
- Move compiler towards being able to compile access to statics. Chris Pressey 6 years ago
- Statics are always writeable. Statics are always meaningful. Chris Pressey 6 years ago
- Ability to parse static definitions and look them up. Chris Pressey 6 years ago
- Update notes in README Chris Pressey 6 years ago
- Support indirect refs in st, e.g. `st a, [ptr] + y`. Chris Pressey 6 years ago
- Even if we `goto` another routine, we can't trash an output. Chris Pressey 6 years ago
- Trim the type of game_state_routine, but run into something odd. Chris Pressey 6 years ago
- Clean up example programs a little bit. Chris Pressey 6 years ago
- The "union rule" lets us clean up some of these redundant trashes. Chris Pressey 6 years ago
- Implement the "union rule for trashes" when analyzing `if` blocks. Chris Pressey 6 years ago
- Set a location as touched when trashed with a `trash` instruction. Chris Pressey 6 years ago
- Add more tests, which show inconsistent treatment of trashes. Chris Pressey 6 years ago
- Articulate the "union rule" for trashes in if, add failing tests. Chris Pressey 6 years ago
- Update notes in README. Chris Pressey 6 years ago
- Tired: copy [ptr]+y, a. Wired: ld a, [ptr]+y. Chris Pressey 6 years ago
- Make ld parse to a IndexedRef or IndirectRef (latter still todo.) Chris Pressey 6 years ago
- Merge pull request #6 from catseye/develop-0.11 Chris Pressey (commit: GitHub) 6 years ago
- Update documentation. Chris Pressey 6 years ago
- Finally, vector table for actor logic in demo game works. Chris Pressey 6 years ago
- Properly store address (not contents) of routine into vector table. Chris Pressey 6 years ago