Tree @master (Download .tar.gz)
History of
src
/
sixtypical
@master
git clone https://git.catseye.tc/SixtyPical/
- Fix bug in copy []+y, a. "Hero" no longer leaves a trail. Chris Pressey 7 years ago
- Don't trash `a` in `copy` if `a` is the dest of the `copy`, for now. Chris Pressey 7 years ago
- `copy []+y, a` to indirectly read byte into the `a` register. Chris Pressey 7 years ago
- `trash` indicates a value is no longer considered meaningful. Chris Pressey 7 years ago
- Subtract word (constant or memory location) from word memory location. Chris Pressey 7 years ago
- Factor out utility method for selecting addressing mode. Chris Pressey 7 years ago
- Initial work on initialized byte tables. Chris Pressey 7 years ago
- Can `copy` a literal word to a word table. Chris Pressey 7 years ago
- Initialized `word` type memory locations. Chris Pressey 7 years ago
- Correctly analyze `repeat { ... } forever` loops. Chris Pressey 7 years ago
- `forward` modifier on location expression, instead of `assign`. Chris Pressey 7 years ago
- Introducing a new pseudo-opcode is rarely an elegant solution. Chris Pressey 7 years ago
- Change how backpatching instructions is implemented. Chris Pressey 7 years ago
- Allow `call` and `goto` routines defined further down in the source. Chris Pressey 7 years ago
- Tighten assumption when comparing LocationRefs. Chris Pressey 7 years ago
- Refactor: common method to backpatch labels. Chris Pressey 7 years ago
- LocationRefs are equal if names/type are; this needed __str__ tho. Chris Pressey 7 years ago
- Improve error messaging yet more. Game kind of has game states now. Chris Pressey 7 years ago
- Improve error messaging when constraints are exceeded. Chris Pressey 7 years ago
- Constraint sets may only contain labels, which are resolved late. Chris Pressey 7 years ago
- copy from word storage to word table and back, indexed by x or y. Chris Pressey 7 years ago
- Copy word to word table. Chris Pressey 7 years ago
- Do not assume every label refers to a word-sized chunk of memory. Chris Pressey 7 years ago
- We really need to review how storage location labels are emitted. Chris Pressey 7 years ago
- Break the ground where we need to implement word table read/write. Chris Pressey 7 years ago
- Copy indexed location to location. All tests pass again. Chris Pressey 7 years ago
- Beginnings of implementing word tables. One test still fails. Chris Pressey 7 years ago
- Use right endianness when `copy`ing literal word into storage. Chris Pressey 7 years ago
- Add word (constant or memory loc) to pointer (unchecked for now). Chris Pressey 7 years ago
- Adding a word memory location to another word memory location. Chris Pressey 7 years ago