History of
src
/
sixtypical
@0.6
git clone https://git.catseye.tc/SixtyPical/
-
Constants (such as routines) cannot be given in call-constraints.
Chris Pressey
9 years ago
-
{Low,High}AddressByte emittables to fix copy, make indirect call!
Chris Pressey
9 years ago
-
Implement indirect JSRs with trampolines in theory; doesn't work.
Chris Pressey
9 years ago
-
Bring the rest of the tests up to date with the new names.
Chris Pressey
9 years ago
-
Try to improve error messages, thus breaking many unit tests.
Chris Pressey
9 years ago
-
It's getting a little chaotic. Needs better error messages!
Chris Pressey
9 years ago
-
Compile goto's.
Chris Pressey
9 years ago
-
Refactor Analyzer. Get analysis tests passing once again.
Chris Pressey
9 years ago
-
Attempt to analyze `goto`. Looks like it'll need some rewriting.
Chris Pressey
9 years ago
-
Recast Evaluator as an object. Handle `goto` inside it.
Chris Pressey
9 years ago
-
Syntax for `goto`.
Chris Pressey
9 years ago
-
I kind of forgot that indirect JSR needs a trampoline first :/
Chris Pressey
9 years ago
-
Fix compiler. All tests pass once again.
Chris Pressey
9 years ago
-
Unbreak evaluator, but break compiler b/c change in parser.
Chris Pressey
9 years ago
-
Parse indirect calls, but break evaluator.
Chris Pressey
9 years ago
-
Check that the constraints on a routine match those of vector.
Chris Pressey
9 years ago
-
Inputs/outputs/trashes are now part of the type information only.
Chris Pressey
9 years ago
-
Vector and routine types are constructors with constraints now.
Chris Pressey
9 years ago
-
Allow vectors to be decorated with inputs/outputs/trashes; test.
Chris Pressey
9 years ago
-
Re-enable disabled test and fix it and add a few related tests.
Chris Pressey
9 years ago
-
Solve this by defining an `Offset` emittable.
Chris Pressey
9 years ago
-
Interesting dead end we've got ourselves into here.
Chris Pressey
9 years ago
-
Implement 'with interrupts off'.
Chris Pressey
9 years ago
-
More sophisticated static analysis: writeable, touched, meaningful.
Chris Pressey
9 years ago
-
Analyze `copy`, but... we now need more sophisticated context. :/
Chris Pressey
9 years ago
-
Spec and syntax for vectors and copy instruction.
Chris Pressey
9 years ago
-
Support line comments.
Chris Pressey
9 years ago
-
Well, that's a hack. But it works.
Chris Pressey
9 years ago
-
Indexed access, + x / + y, at least for LDA and STA.
Chris Pressey
9 years ago
-
A little awkward, but analyze byte table access correctly.
Chris Pressey
9 years ago