History of
eg
@0.9
git clone https://git.catseye.tc/SixtyPical/
-
Give the "game" a "title screen" of sorts; click to begin.
Chris Pressey
4 years ago
-
Clearing up a little mystery I had here.
Chris Pressey
4 years ago
-
Improve error messaging yet more. Game kind of has game states now.
Chris Pressey
4 years ago
-
Add more notes and basically small cleanups in many places.
Chris Pressey
4 years ago
-
Slightly frustrating, but illuminating, attempt to title screen.
Chris Pressey
4 years ago
-
"repeat forever" in the main loop, or at least as close as we can.
Chris Pressey
4 years ago
-
Add a routine to clear the screen, in the demo game. Untested.
Chris Pressey
4 years ago
-
Spiff up the demo game source a little bit.
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
-
Break the ground where we need to implement word table read/write.
Chris Pressey
4 years ago
-
Use right endianness when `copy`ing literal word into storage.
Chris Pressey
4 years ago
-
Add beginnings of thing which may one day become a game. Untested.
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
-
Write stored values, and read values, through pointers.
Chris Pressey
4 years ago
-
Require that the program does ^buf to get at the address of buf.
Chris Pressey
4 years ago
-
Compile copy[]+y.
Chris Pressey
4 years ago
-
Fix problem with test case, and with serializing as zero page.
Chris Pressey
4 years ago
-
Support copy'ing a word constant to a word location. Joystick eg.
Chris Pressey
4 years ago
-
Add uncommitted example source, and fix names of 2 others.
Chris Pressey
6 years ago
-
Prep for release of 0.6.
Chris Pressey
6 years ago
-
Implement indirect JSRs with trampolines in theory; doesn't work.
Chris Pressey
6 years ago
-
Compile goto's.
Chris Pressey
6 years ago
-
Add missing example source
Chris Pressey
6 years ago
-
Check that the constraints on a routine match those of vector.
Chris Pressey
6 years ago
-
Interesting dead end we've got ourselves into here.
Chris Pressey
6 years ago
-
Support line comments.
Chris Pressey
6 years ago
-
Indexed access, + x / + y, at least for LDA and STA.
Chris Pressey
6 years ago
-
Add explicitly-addressed memory locations.
Chris Pressey
6 years ago