Commit History
@master
git clone https://git.catseye.tc/SixtyPical/
-
Add two simple tests for save. Surprisingly, they both pass.
Chris Pressey
6 years ago
-
First cut at implementing `save`. Only the most basic tests though.
Chris Pressey
6 years ago
-
Yet more TODO notes.
Chris Pressey
6 years ago
-
More notes.
Chris Pressey
6 years ago
-
Add TODO note.
Chris Pressey
6 years ago
-
Expand on the points in the TODOs.
Chris Pressey
6 years ago
-
Compile byte-table add, sub, cmp, and, or, xor, shl, shr, inc, dec.
Chris Pressey
6 years ago
-
Analyze reads and updates of tables.
Chris Pressey
6 years ago
-
Able to parse, but not yet able to analyze, other table accesses.
Chris Pressey
6 years ago
-
Support for `shl foo` and `shr foo` where `foo` is a byte storage.
Chris Pressey
6 years ago
-
(Not possible because there are not Indirect,Y modes for LDX, STX)
Chris Pressey
6 years ago
-
Support for `copy [ptra]+y, [ptrb]+y` to indirect LDA indirect STA
Chris Pressey
6 years ago
-
The existing analysis is actually sufficient. Document why this is.
Chris Pressey
6 years ago
-
Work out routine-vector type compatibility, w/ one failing test.
Chris Pressey
6 years ago
-
Generate zero-page code for and, or, and xor, when possible.
Chris Pressey
6 years ago
-
Merge pull request #11 from catseye/develop-0.15
Chris Pressey
(commit: GitHub)
6 years ago
-
Add more test cases.
Chris Pressey
6 years ago
-
1-line bugfix. Now the optimizer does do the expected good job.
Chris Pressey
6 years ago
-
Add more tests. Apparently our algorithm does not do a good job.
Chris Pressey
6 years ago
-
Rebuild Ribos 2.
Chris Pressey
6 years ago
-
Rebuild "The PETulant Cursor".
Chris Pressey
6 years ago
-
Optimize away `RTS` and `JMP` when possible. Fallthru stuff done.
Chris Pressey
6 years ago
-
Begin hooking the fallthru analysis up to the compilation phase.
Chris Pressey
6 years ago
-
Vastly simplify the fallthru analysis algorithm.
Chris Pressey
6 years ago
-
Serialize main first. However, this could use a fresh approach.
Chris Pressey
6 years ago
-
Serialize routines with in() sets first, and in the right order.
Chris Pressey
6 years ago
-
Change the serialization format to be (hopefully) clearer.
Chris Pressey
6 years ago
-
Find the longest chain of routines in R and remove it.
Chris Pressey
6 years ago
-
Go slightly further with the serialization.
Chris Pressey
6 years ago
-
First cut at serialization of fallthru-optimized routines.
Chris Pressey
6 years ago