History of
tests
@0.7
git clone https://git.catseye.tc/SixtyPical/
-
Remove low/high byte operators until I've thought about it more.
Chris Pressey
5 years ago
-
Low and high address operators, parsing and execution thereof.
Chris Pressey
6 years ago
-
Compile copy byte to byte and word to word.
Chris Pressey
6 years ago
-
word types, with syntax and analysis thereof
Chris Pressey
6 years ago
-
Initial value for locations: changed syntax, executes, compiles.
Chris Pressey
6 years ago
-
Spec and tests for initial values of locations.
Chris Pressey
6 years ago
-
Constants (such as routines) cannot be given in call-constraints.
Chris Pressey
7 years ago
-
Fix tests.
Chris Pressey
7 years ago
-
Fix my own confusion, and with it, the unit test.
Chris Pressey
7 years ago
-
Bring the rest of the tests up to date with the new names.
Chris Pressey
7 years ago
-
Try to improve error messages, thus breaking many unit tests.
Chris Pressey
7 years ago
-
It's getting a little chaotic. Needs better error messages!
Chris Pressey
7 years ago
-
Compile goto's.
Chris Pressey
7 years ago
-
Refactor Analyzer. Get analysis tests passing once again.
Chris Pressey
7 years ago
-
Attempt to analyze `goto`. Looks like it'll need some rewriting.
Chris Pressey
7 years ago
-
Recast Evaluator as an object. Handle `goto` inside it.
Chris Pressey
7 years ago
-
Syntax for `goto`.
Chris Pressey
7 years ago
-
I kind of forgot that indirect JSR needs a trampoline first :/
Chris Pressey
7 years ago
-
Parse indirect calls, but break evaluator.
Chris Pressey
7 years ago
-
Check that the constraints on a routine match those of vector.
Chris Pressey
7 years ago
-
Allow vectors to be decorated with inputs/outputs/trashes; test.
Chris Pressey
7 years ago
-
Re-enable disabled test and fix it and add a few related tests.
Chris Pressey
7 years ago
-
Solve this by defining an `Offset` emittable.
Chris Pressey
7 years ago
-
Implement 'with interrupts off'.
Chris Pressey
7 years ago
-
Analyze `copy`, but... we now need more sophisticated context. :/
Chris Pressey
7 years ago
-
Spec and syntax for vectors and copy instruction.
Chris Pressey
7 years ago
-
Support line comments.
Chris Pressey
7 years ago
-
Well, that's a hack. But it works.
Chris Pressey
7 years ago
-
Indexed access, + x / + y, at least for LDA and STA.
Chris Pressey
7 years ago
-
A little awkward, but analyze byte table access correctly.
Chris Pressey
7 years ago