Tree @0.15 (Download .tar.gz)
History of
HISTORY.md
@0.15
git clone https://git.catseye.tc/SixtyPical/
- Optimize away `RTS` and `JMP` when possible. Fallthru stuff done. Chris Pressey 5 years ago
- --optimize-fallthru and --dump-fallthru-info options. Chris Pressey 5 years ago
- Update documentation. Chris Pressey 5 years ago
- Support branching and looping on the `n` flag. Chris Pressey 5 years ago
- A `byte` or `word` table can be initialized with a list of constants. Chris Pressey 5 years ago
- Accessing zero-page with `ld` and `st` generates zero-page opcodes. Chris Pressey 5 years ago
- Support of NOP opcode. Chris Pressey 5 years ago
- First cut at support for targetting the Atari 2600. Chris Pressey 5 years ago
- Describe the behaviour just implemented. Chris Pressey 5 years ago
- Add symbolic constants. Chris Pressey 5 years ago
- Small edits to history. Chris Pressey 5 years ago
- Documentation updates. Chris Pressey 5 years ago
- Add SixtyPical translations of Ribos and "The PETulant Cursor". Chris Pressey 5 years ago
- We have a `for` loop now. Chris Pressey 5 years ago
- More correct determination of tail position for purposes of `goto`. Chris Pressey 5 years ago
- Add --output-format and --origin command-line options. Chris Pressey 5 years ago
- 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