History of
README.md
@0.16
git clone https://git.catseye.tc/SixtyPical/
-
Update HISTORY and README.
Chris Pressey
4 years ago
-
Remove --prelude, reform and document --output-formats.
Chris Pressey
4 years ago
-
Yet more TODO notes.
Chris Pressey
4 years ago
-
More notes.
Chris Pressey
4 years ago
-
Add TODO note.
Chris Pressey
4 years ago
-
Expand on the points in the TODOs.
Chris Pressey
4 years ago
-
Compile byte-table add, sub, cmp, and, or, xor, shl, shr, inc, dec.
Chris Pressey
4 years ago
-
Support for `shl foo` and `shr foo` where `foo` is a byte storage.
Chris Pressey
4 years ago
-
(Not possible because there are not Indirect,Y modes for LDX, STX)
Chris Pressey
4 years ago
-
Support for `copy [ptra]+y, [ptrb]+y` to indirect LDA indirect STA
Chris Pressey
4 years ago
-
The existing analysis is actually sufficient. Document why this is.
Chris Pressey
4 years ago
-
Generate zero-page code for and, or, and xor, when possible.
Chris Pressey
4 years ago
-
Optimize away `RTS` and `JMP` when possible. Fallthru stuff done.
Chris Pressey
4 years ago
-
Flesh out and describe the fallthru optimization algorithm.
Chris Pressey
4 years ago
-
Update documentation.
Chris Pressey
4 years ago
-
Try to spell out my idea for an algorithm for this.
Chris Pressey
4 years ago
-
Beginnings of modularity.
Chris Pressey
4 years ago
-
Clean up driver code, add filename to error messages.
Chris Pressey
4 years ago
-
Add symbolic constants.
Chris Pressey
4 years ago
-
VIC-20 example and rewrite docs.
Chris Pressey
4 years ago
-
Documentation updates.
Chris Pressey
4 years ago
-
We have a `for` loop now.
Chris Pressey
4 years ago
-
Small bugfixes and changes.
Chris Pressey
4 years ago
-
Tweaks to README.
Chris Pressey
4 years ago
-
Add screenshot.
Chris Pressey
4 years ago
-
Try to improve the description in the documentation, and notes.
Chris Pressey
4 years ago
-
Support different preludes for different archs (c64 and vic20 now.)
Chris Pressey
4 years ago
-
Confirm that AND clips the range and INC/DEC invalidate it.
Chris Pressey
4 years ago
-
Update notes.
Chris Pressey
4 years ago
-
Add notes for `for`-like loop.
Chris Pressey
4 years ago