History of
tests
@0.9
git clone https://git.catseye.tc/SixtyPical/
-
Clearing up a little mystery I had here.
Chris Pressey
5 years ago
-
Constraint sets may only contain labels, which are resolved late.
Chris Pressey
5 years ago
-
Add failing test for a vector being able to name itself in outputs.
Chris Pressey
5 years ago
-
Check in test appliance (dcc6502-adapter) that was missed.
Chris Pressey
5 years ago
-
copy from word storage to word table and back, indexed by x or y.
Chris Pressey
5 years ago
-
Copy word to word table.
Chris Pressey
5 years ago
-
Use dcc6502 to disassemble code for comparison in unit tests.
Chris Pressey
5 years ago
-
We really need to review how storage location labels are emitted.
Chris Pressey
5 years ago
-
Break the ground where we need to implement word table read/write.
Chris Pressey
5 years ago
-
Beginnings of implementing word tables. One test still fails.
Chris Pressey
5 years ago
-
Use right endianness when `copy`ing literal word into storage.
Chris Pressey
5 years ago
-
Add word (constant or memory loc) to pointer (unchecked for now).
Chris Pressey
5 years ago
-
Adding a word memory location to another word memory location.
Chris Pressey
5 years ago
-
Adding a constant word to a memory location.
Chris Pressey
5 years ago
-
Ability to --debug analysis. Make 16-bit addition test pass.
Chris Pressey
5 years ago
-
Initial work on adding 16-bit constants to a 16-bit location.
Chris Pressey
5 years ago
-
Deal with the inputs/outputs of buffers, in a weak way.
Chris Pressey
5 years ago
-
Write stored values, and read values, through pointers.
Chris Pressey
5 years ago
-
Require that the program does ^buf to get at the address of buf.
Chris Pressey
5 years ago
-
Compile copy[]+y.
Chris Pressey
5 years ago
-
Fix problem with test case, and with serializing as zero page.
Chris Pressey
5 years ago
-
Attempt to add Zero Page addressing; the emitter may need rethink.
Chris Pressey
5 years ago
-
First pass of buffer, pointer, copy b, [p] + y, indirect indexed.
Chris Pressey
5 years ago
-
Beginning of: buffers and pointers.
Chris Pressey
5 years ago
-
Assert that the loop variable is meaningful in repeat. Unit test.
Chris Pressey
5 years ago
-
Add some tests for copying literal words to word memory locations.
Chris Pressey
5 years ago
-
Minor changes to docs.
Chris Pressey
5 years ago
-
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