History of
eg
@master
git clone https://git.catseye.tc/SixtyPical/
- Clear the screen when starting the game. Chris Pressey 6 years ago
- Display message on-screen at start of game. Chris Pressey 6 years ago
- Correctly analyze `repeat { ... } forever` loops. Chris Pressey 6 years ago
- Apparently this hack was only needed previously due to a bug? Chris Pressey 6 years ago
- Slightly less of a hack. Not very much. But more illustrative. Chris Pressey 6 years ago
- Give the "game" a "title screen" of sorts; click to begin. Chris Pressey 6 years ago
- Clearing up a little mystery I had here. Chris Pressey 6 years ago
- Improve error messaging yet more. Game kind of has game states now. Chris Pressey 6 years ago
- Add more notes and basically small cleanups in many places. Chris Pressey 6 years ago
- Slightly frustrating, but illuminating, attempt to title screen. Chris Pressey 6 years ago
- "repeat forever" in the main loop, or at least as close as we can. Chris Pressey 6 years ago
- Add a routine to clear the screen, in the demo game. Untested. Chris Pressey 6 years ago
- Spiff up the demo game source a little bit. Chris Pressey 6 years ago
- copy from word storage to word table and back, indexed by x or y. Chris Pressey 6 years ago
- Copy word to word table. Chris Pressey 6 years ago
- Break the ground where we need to implement word table read/write. Chris Pressey 6 years ago
- Use right endianness when `copy`ing literal word into storage. Chris Pressey 6 years ago
- Add beginnings of thing which may one day become a game. Untested. Chris Pressey 6 years ago
- Adding a constant word to a memory location. Chris Pressey 6 years ago
- Ability to --debug analysis. Make 16-bit addition test pass. Chris Pressey 6 years ago
- Write stored values, and read values, through pointers. Chris Pressey 6 years ago
- Require that the program does ^buf to get at the address of buf. Chris Pressey 6 years ago
- Compile copy[]+y. Chris Pressey 7 years ago
- Fix problem with test case, and with serializing as zero page. Chris Pressey 7 years ago
- Support copy'ing a word constant to a word location. Joystick eg. Chris Pressey 7 years ago
- Add uncommitted example source, and fix names of 2 others. Chris Pressey 8 years ago
- Prep for release of 0.6. Chris Pressey 9 years ago
- Implement indirect JSRs with trampolines in theory; doesn't work. Chris Pressey 9 years ago
- Compile goto's. Chris Pressey 9 years ago
- Add missing example source Chris Pressey 9 years ago