-
Add apple2 target to loadngo.sh, apple2 example program.
Chris Pressey
3 years ago
-
Add notes for Apple II target.
Chris Pressey
3 years ago
-
Split TODO off into own file.
Chris Pressey
3 years ago
-
Use relative, ?raw=true URL for embedded image.
Chris Pressey
3 years ago
-
Merge pull request #13 from catseye/develop-0.16
Chris Pressey
(commit: GitHub)
4 years ago
-
Update HISTORY and README.
Chris Pressey
4 years ago
-
Use save block (and a for loop) in the flagship demo game source.
Chris Pressey
4 years ago
-
Fix test which is misleading due to the way the appliance works.
Chris Pressey
4 years ago
-
Correct some text in the test suite.
Chris Pressey
4 years ago
-
Merge pull request #12 from catseye/save-block
Chris Pressey
(commit: GitHub)
4 years ago
-
Extract locations from context appropriately. All tests pass.
Chris Pressey
4 years ago
-
Add three tests. One fails when it shouldn't.
Chris Pressey
4 years ago
-
Merge branch 'develop-0.16' of https://github.com/catseye/SixtyPical into save-block
Chris Pressey
4 years ago
-
Use --output-format, not --prelude, in loadngo script.
Chris Pressey
4 years ago
-
Make tests pass.
Chris Pressey
4 years ago
-
Add failing tests for gotos inside runtime-context-making blocks.
Chris Pressey
4 years ago
-
Support save'ing user-defined locations.
Chris Pressey
4 years ago
-
Compile code for saving a, x, or y on the stack.
Chris Pressey
4 years ago
-
Saving anything except `a` trashes `a`.
Chris Pressey
4 years ago
-
Merge branch 'develop-0.16' of https://github.com/catseye/SixtyPical into save-block
Chris Pressey
4 years ago
-
Remove --prelude, reform and document --output-formats.
Chris Pressey
4 years ago
-
Another passing test which is a little surprising.
Chris Pressey
4 years ago
-
Add two simple tests for save. Surprisingly, they both pass.
Chris Pressey
4 years ago
-
First cut at implementing `save`. Only the most basic tests though.
Chris Pressey
4 years ago
-
Yet more TODO notes.
Chris Pressey
4 years ago
-
More notes.
Chris Pressey
4 years ago
-
Add TODO note.
Chris Pressey
4 years ago
-
Expand on the points in the TODOs.
Chris Pressey
4 years ago
-
Compile byte-table add, sub, cmp, and, or, xor, shl, shr, inc, dec.
Chris Pressey
4 years ago
-
Analyze reads and updates of tables.
Chris Pressey
4 years ago