Tree @master (Download .tar.gz)
Commit History
@master
git clone https://git.catseye.tc/SixtyPical/
- 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
- Use dcc6502 to disassemble code for comparison in unit tests. Chris Pressey 6 years ago
- Do not assume every label refers to a word-sized chunk of memory. Chris Pressey 6 years ago
- We really need to review how storage location labels are emitted. Chris Pressey 6 years ago
- Break the ground where we need to implement word table read/write. Chris Pressey 6 years ago
- Copy indexed location to location. All tests pass again. Chris Pressey 6 years ago
- Beginnings of implementing word tables. One test still fails. 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
- Amend spec with brief description of new behaviour of `add`. Chris Pressey 6 years ago
- Add word (constant or memory loc) to pointer (unchecked for now). Chris Pressey 6 years ago
- Adding a word memory location to another word memory location. 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
- Initial work on adding 16-bit constants to a 16-bit location. Chris Pressey 6 years ago
- Create branch for developing version 0.9. Chris Pressey 6 years ago
- Merge pull request #2 from catseye/develop-0.8 Chris Pressey (commit: GitHub) 6 years ago
- Prep for release of 0.8. Chris Pressey 6 years ago
- A little note on the history. Chris Pressey 6 years ago
- A tiny edit to the TODOs. Chris Pressey 6 years ago
- Deal with the inputs/outputs of buffers, in a weak way. Chris Pressey 6 years ago
- Write stored values, and read values, through pointers. Chris Pressey 6 years ago
- Update documentation. Chris Pressey 6 years ago
- Require that the program does ^buf to get at the address of buf. Chris Pressey 6 years ago
- Introduce IndirectRef and use it instead of adhoc 'copy[]+y' opcode. 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
- Attempt to add Zero Page addressing; the emitter may need rethink. Chris Pressey 7 years ago
- First pass of buffer, pointer, copy b, [p] + y, indirect indexed. Chris Pressey 7 years ago