History of
eg
@0.8
git clone https://git.catseye.tc/SixtyPical/
-
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
-
Support copy'ing a word constant to a word location. Joystick eg.
Chris Pressey
5 years ago
-
Add uncommitted example source, and fix names of 2 others.
Chris Pressey
7 years ago
-
Prep for release of 0.6.
Chris Pressey
7 years ago
-
Implement indirect JSRs with trampolines in theory; doesn't work.
Chris Pressey
7 years ago
-
Compile goto's.
Chris Pressey
7 years ago
-
Add missing example source
Chris Pressey
7 years ago
-
Check that the constraints on a routine match those of vector.
Chris Pressey
7 years ago
-
Interesting dead end we've got ourselves into here.
Chris Pressey
7 years ago
-
Support line comments.
Chris Pressey
7 years ago
-
Indexed access, + x / + y, at least for LDA and STA.
Chris Pressey
7 years ago
-
Add explicitly-addressed memory locations.
Chris Pressey
7 years ago
-
Implement `if not` and `repeat forever`.
Chris Pressey
7 years ago
-
Compile `repeat` loops.
Chris Pressey
7 years ago
-
Get serialization of relative labels correct.
Chris Pressey
7 years ago
-
Compile access of defined memory locations.
Chris Pressey
7 years ago
-
Compiler object, labels, compile 'call'... It prints 'A'!
Chris Pressey
7 years ago
-
Add tests for compilation, BASIC header, load-n-go script.
Chris Pressey
7 years ago
-
REBOOT the entire language & implementation as version 0.2-PRE.
Chris Pressey
7 years ago
-
Name flags in routine outputs. Refactor game, add check_button.
Cat's Eye Technologies
9 years ago
-
Make game even more interesting -- 619 bytes.
Cat's Eye Technologies
9 years ago
-
Vector tables, and copy routine into a vector table.
Cat's Eye Technologies
9 years ago
-
Make game more interesting (and 544 bytes long...)
Cat's Eye Technologies
9 years ago
-
Immediate, or register, on LHS of `copy` command.
Cat's Eye Technologies
9 years ago
-
More access of word tables. Game works with a word table now!
Cat's Eye Technologies
9 years ago
-
Beginnings of using word tables
Cat's Eye Technologies
9 years ago
-
Two kinds of actor. We now need vector tables!
Cat's Eye Technologies
9 years ago