History of
tests
@master
git clone https://git.catseye.tc/SixtyPical/
-
copy from word storage to word table and back, indexed by x or y.
Chris Pressey
6 years ago
-
Copy word to word table.
Chris Pressey
6 years ago
-
Use dcc6502 to disassemble code for comparison in unit tests.
Chris Pressey
6 years ago
-
We really need to review how storage location labels are emitted.
Chris Pressey
6 years ago
-
Break the ground where we need to implement word table read/write.
Chris Pressey
6 years ago
-
Beginnings of implementing word tables. One test still fails.
Chris Pressey
6 years ago
-
Use right endianness when `copy`ing literal word into storage.
Chris Pressey
6 years ago
-
Add word (constant or memory loc) to pointer (unchecked for now).
Chris Pressey
6 years ago
-
Adding a word memory location to another word memory location.
Chris Pressey
6 years ago
-
Adding a constant word to a memory location.
Chris Pressey
6 years ago
-
Ability to --debug analysis. Make 16-bit addition test pass.
Chris Pressey
6 years ago
-
Initial work on adding 16-bit constants to a 16-bit location.
Chris Pressey
6 years ago
-
Deal with the inputs/outputs of buffers, in a weak way.
Chris Pressey
6 years ago
-
Write stored values, and read values, through pointers.
Chris Pressey
6 years ago
-
Require that the program does ^buf to get at the address of buf.
Chris Pressey
6 years ago
-
Compile copy[]+y.
Chris Pressey
7 years ago
-
Fix problem with test case, and with serializing as zero page.
Chris Pressey
7 years ago
-
Attempt to add Zero Page addressing; the emitter may need rethink.
Chris Pressey
7 years ago
-
First pass of buffer, pointer, copy b, [p] + y, indirect indexed.
Chris Pressey
7 years ago
-
Beginning of: buffers and pointers.
Chris Pressey
7 years ago
-
Assert that the loop variable is meaningful in repeat. Unit test.
Chris Pressey
7 years ago
-
Add some tests for copying literal words to word memory locations.
Chris Pressey
7 years ago
-
Minor changes to docs.
Chris Pressey
7 years ago
-
Remove low/high byte operators until I've thought about it more.
Chris Pressey
7 years ago
-
Low and high address operators, parsing and execution thereof.
Chris Pressey
8 years ago
-
Compile copy byte to byte and word to word.
Chris Pressey
8 years ago
-
word types, with syntax and analysis thereof
Chris Pressey
8 years ago
-
Initial value for locations: changed syntax, executes, compiles.
Chris Pressey
8 years ago
-
Spec and tests for initial values of locations.
Chris Pressey
8 years ago
-
Constants (such as routines) cannot be given in call-constraints.
Chris Pressey
9 years ago