Tree @0.9 (Download .tar.gz)
Commit History
@0.9
git clone https://git.catseye.tc/SixtyPical/
- Merge pull request #3 from catseye/develop-0.9 Chris Pressey (commit: GitHub) 4 years ago
- Prep for release of version 0.9. Chris Pressey 4 years ago
- Give the "game" a "title screen" of sorts; click to begin. Chris Pressey 4 years ago
- Clearing up a little mystery I had here. Chris Pressey 4 years ago
- Improve error messaging yet more. Game kind of has game states now. Chris Pressey 4 years ago
- Improve error messaging when constraints are exceeded. Chris Pressey 4 years ago
- Constraint sets may only contain labels, which are resolved late. Chris Pressey 4 years ago
- Add failing test for a vector being able to name itself in outputs. Chris Pressey 4 years ago
- Add more notes and basically small cleanups in many places. Chris Pressey 4 years ago
- Slightly frustrating, but illuminating, attempt to title screen. Chris Pressey 4 years ago
- "repeat forever" in the main loop, or at least as close as we can. Chris Pressey 4 years ago
- Some notes in the README. Chris Pressey 4 years ago
- Add a routine to clear the screen, in the demo game. Untested. Chris Pressey 4 years ago
- Spiff up the demo game source a little bit. Chris Pressey 4 years ago
- Check in test appliance (dcc6502-adapter) that was missed. Chris Pressey 4 years ago
- copy from word storage to word table and back, indexed by x or y. Chris Pressey 4 years ago
- Copy word to word table. Chris Pressey 4 years ago
- Use dcc6502 to disassemble code for comparison in unit tests. Chris Pressey 4 years ago
- Do not assume every label refers to a word-sized chunk of memory. Chris Pressey 4 years ago
- We really need to review how storage location labels are emitted. Chris Pressey 4 years ago
- Break the ground where we need to implement word table read/write. Chris Pressey 4 years ago
- Copy indexed location to location. All tests pass again. Chris Pressey 4 years ago
- Beginnings of implementing word tables. One test still fails. Chris Pressey 4 years ago
- Use right endianness when `copy`ing literal word into storage. Chris Pressey 4 years ago
- Add beginnings of thing which may one day become a game. Untested. Chris Pressey 4 years ago
- Amend spec with brief description of new behaviour of `add`. Chris Pressey 4 years ago
- Add word (constant or memory loc) to pointer (unchecked for now). Chris Pressey 4 years ago
- Adding a word memory location to another word memory location. Chris Pressey 4 years ago
- Adding a constant word to a memory location. Chris Pressey 4 years ago
- Ability to --debug analysis. Make 16-bit addition test pass. Chris Pressey 4 years ago