Commit History
@0.7
git clone https://git.catseye.tc/SixtyPical/
-
Release version 0.7.
Chris Pressey
5 years ago
-
Minor edit to TODO.
Chris Pressey
5 years ago
-
Remove low/high byte operators until I've thought about it more.
Chris Pressey
5 years ago
-
Fix links in README.
Chris Pressey
5 years ago
-
Add uncommitted example source, and fix names of 2 others.
Chris Pressey
6 years ago
-
Low and high address operators, parsing and execution thereof.
Chris Pressey
6 years ago
-
Compile copy byte to byte and word to word.
Chris Pressey
6 years ago
-
word types, with syntax and analysis thereof
Chris Pressey
6 years ago
-
Split scanner off from parser module, into own module.
Chris Pressey
6 years ago
-
Initial value for locations: changed syntax, executes, compiles.
Chris Pressey
6 years ago
-
Spec and tests for initial values of locations.
Chris Pressey
6 years ago
-
Added tag 0.6 for changeset f89772f47de9
Chris Pressey
7 years ago
-
Prep for release of 0.6.
Chris Pressey
7 years ago
-
Constants (such as routines) cannot be given in call-constraints.
Chris Pressey
7 years ago
-
Update HISTORY and README.
Chris Pressey
7 years ago
-
Fix tests.
Chris Pressey
7 years ago
-
{Low,High}AddressByte emittables to fix copy, make indirect call!
Chris Pressey
7 years ago
-
Implement indirect JSRs with trampolines in theory; doesn't work.
Chris Pressey
7 years ago
-
Update README
Chris Pressey
7 years ago
-
Fix my own confusion, and with it, the unit test.
Chris Pressey
7 years ago
-
Bring the rest of the tests up to date with the new names.
Chris Pressey
7 years ago
-
Try to improve error messages, thus breaking many unit tests.
Chris Pressey
7 years ago
-
Spec `goto`.
Chris Pressey
7 years ago
-
Merge.
Chris Pressey
7 years ago
-
It's getting a little chaotic. Needs better error messages!
Chris Pressey
7 years ago
-
Compile goto's.
Chris Pressey
7 years ago
-
Refactor Analyzer. Get analysis tests passing once again.
Chris Pressey
7 years ago
-
Attempt to analyze `goto`. Looks like it'll need some rewriting.
Chris Pressey
7 years ago
-
Some more tests, which fail because I forgot to pull the repo :/
Chris Pressey
7 years ago
-
Add missing example source
Chris Pressey
7 years ago