Tree @0.10 (Download .tar.gz)
History of
tests
@0.10
git clone https://git.catseye.tc/SixtyPical/
- `copy []+y, a` to indirectly read byte into the `a` register. Chris Pressey 4 years ago
- `trash` indicates a value is no longer considered meaningful. Chris Pressey 4 years ago
- Subtract word (constant or memory location) from word memory location. Chris Pressey 4 years ago
- Initial work on initialized byte tables. Chris Pressey 4 years ago
- Can `copy` a literal word to a word table. Chris Pressey 4 years ago
- Initialized `word` type memory locations. Chris Pressey 4 years ago
- Correctly analyze `repeat { ... } forever` loops. Chris Pressey 4 years ago
- Apparently this hack was only needed previously due to a bug? Chris Pressey 4 years ago
- `forward` modifier on location expression, instead of `assign`. Chris Pressey 4 years ago
- Introducing a new pseudo-opcode is rarely an elegant solution. Chris Pressey 4 years ago
- Allow `call` and `goto` routines defined further down in the source. Chris Pressey 4 years ago
- LocationRefs are equal if names/type are; this needed __str__ tho. Chris Pressey 4 years ago
- Clearing up a little mystery I had here. Chris Pressey 4 years ago
- Constraint sets may only contain labels, which are resolved late. Chris Pressey 4 years ago
- Add failing test for a vector being able to name itself in outputs. Chris Pressey 4 years ago
- Check in test appliance (dcc6502-adapter) that was missed. Chris Pressey 4 years ago
- copy from word storage to word table and back, indexed by x or y. Chris Pressey 4 years ago
- Copy word to word table. Chris Pressey 4 years ago
- Use dcc6502 to disassemble code for comparison in unit tests. Chris Pressey 4 years ago
- We really need to review how storage location labels are emitted. Chris Pressey 4 years ago
- Break the ground where we need to implement word table read/write. Chris Pressey 4 years ago
- Beginnings of implementing word tables. One test still fails. Chris Pressey 4 years ago
- Use right endianness when `copy`ing literal word into storage. Chris Pressey 4 years ago
- Add word (constant or memory loc) to pointer (unchecked for now). Chris Pressey 4 years ago
- Adding a word memory location to another word memory location. Chris Pressey 4 years ago
- Adding a constant word to a memory location. Chris Pressey 4 years ago
- Ability to --debug analysis. Make 16-bit addition test pass. Chris Pressey 4 years ago
- Initial work on adding 16-bit constants to a 16-bit location. Chris Pressey 4 years ago
- Deal with the inputs/outputs of buffers, in a weak way. Chris Pressey 4 years ago
- Write stored values, and read values, through pointers. Chris Pressey 4 years ago