-
Extract locations from context appropriately. All tests pass.
Chris Pressey
4 years ago
-
Add three tests. One fails when it shouldn't.
Chris Pressey
4 years ago
-
Merge branch 'develop-0.16' of https://github.com/catseye/SixtyPical into save-block
Chris Pressey
4 years ago
-
Use --output-format, not --prelude, in loadngo script.
Chris Pressey
4 years ago
-
Make tests pass.
Chris Pressey
4 years ago
-
Add failing tests for gotos inside runtime-context-making blocks.
Chris Pressey
4 years ago
-
Support save'ing user-defined locations.
Chris Pressey
4 years ago
-
Compile code for saving a, x, or y on the stack.
Chris Pressey
4 years ago
-
Saving anything except `a` trashes `a`.
Chris Pressey
4 years ago
-
Merge branch 'develop-0.16' of https://github.com/catseye/SixtyPical into save-block
Chris Pressey
4 years ago
-
Remove --prelude, reform and document --output-formats.
Chris Pressey
4 years ago
-
Another passing test which is a little surprising.
Chris Pressey
4 years ago
-
Add two simple tests for save. Surprisingly, they both pass.
Chris Pressey
4 years ago
-
First cut at implementing `save`. Only the most basic tests though.
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
-
Analyze reads and updates of tables.
Chris Pressey
4 years ago
-
Able to parse, but not yet able to analyze, other table accesses.
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
-
Work out routine-vector type compatibility, w/ one failing test.
Chris Pressey
4 years ago
-
Generate zero-page code for and, or, and xor, when possible.
Chris Pressey
4 years ago
-
Merge pull request #11 from catseye/develop-0.15
Chris Pressey
(commit: GitHub)
4 years ago
-
Add more test cases.
Chris Pressey
4 years ago
-
1-line bugfix. Now the optimizer does do the expected good job.
Chris Pressey
4 years ago