Tree @0.13 (Download .tar.gz)
History of
HISTORY.md
@0.13
git clone https://git.catseye.tc/SixtyPical/
- Try to improve the description in the documentation, and notes. Chris Pressey 5 years ago
- Expand on what the range-checking includes in this version. Chris Pressey 5 years ago
- Update notes. Chris Pressey 5 years ago
- Documentation/notes changes for the 0.13 branch. Chris Pressey 5 years ago
- Small documentation sorting. Chris Pressey 5 years ago
- Remove need for `forward` keyword in forward reference in `copy`. Chris Pressey 5 years ago
- Remove the need for parens in `vector (routine ...) table` type. Chris Pressey 5 years ago
- Begin using static in the demo game. Chris Pressey 5 years ago
- Support indirect refs in st, e.g. `st a, [ptr] + y`. Chris Pressey 5 years ago
- Even if we `goto` another routine, we can't trash an output. Chris Pressey 5 years ago
- Implement the "union rule for trashes" when analyzing `if` blocks. Chris Pressey 5 years ago
- Set a location as touched when trashed with a `trash` instruction. Chris Pressey 5 years ago
- Tired: copy [ptr]+y, a. Wired: ld a, [ptr]+y. Chris Pressey 5 years ago
- Update documentation. Chris Pressey 5 years ago
- Include final RTS when emitting trampolines for indirect calls. Chris Pressey 5 years ago
- Add typedefs to HISTORY. Chris Pressey 5 years ago
- The evaluator doesn't add much and keeps falling behind; remove it. Chris Pressey 5 years ago
- Fix table access bug where index wasn't required to be initialized. Chris Pressey 5 years ago
- Add to HISTORY Chris Pressey 5 years ago
- Constraints for `vector` come immediately after the type expression. Chris Pressey 5 years ago
- Initialized byte tables need not have all 256 bytes initialized. Chris Pressey 5 years ago
- `copy []+y, a` to indirectly read byte into the `a` register. Chris Pressey 5 years ago
- `trash` indicates a value is no longer considered meaningful. Chris Pressey 5 years ago
- Subtract word (constant or memory location) from word memory location. Chris Pressey 5 years ago
- Can `copy` a literal word to a word table. Chris Pressey 5 years ago
- Initialized `word` type memory locations. Chris Pressey 5 years ago
- Correctly analyze `repeat { ... } forever` loops. Chris Pressey 5 years ago
- I guess we can note that, even though not 100% sure why it was. Chris Pressey 5 years ago
- `forward` modifier on location expression, instead of `assign`. Chris Pressey 5 years ago
- Introducing a new pseudo-opcode is rarely an elegant solution. Chris Pressey 5 years ago