History of
HISTORY.md
@0.19
git clone https://git.catseye.tc/SixtyPical/
-
Replace --run option with terser --run-on option.
Chris Pressey
4 years ago
-
Declare that --run replaces loadngo.sh, and remove the latter.
Chris Pressey
4 years ago
-
More edits to docs.
Chris Pressey
4 years ago
-
Update docs.
Chris Pressey
4 years ago
-
Checkpoint import of changes for version 0.19.
Chris Pressey
4 years ago
-
Merge pull request #18 from catseye/more-modes-on-add-and-sub
Chris Pressey
(commit: GitHub)
4 years ago
-
Support more modes on `add` and `sub`.
Chris Pressey
4 years ago
-
Merge branch 'develop-0.18' of https://github.com/catseye/SixtyPical into inconsistent-initialization
Chris Pressey
4 years ago
-
`cmp` can compare against a literal word.
Chris Pressey
4 years ago
-
Drop the check for "consistent initialization" inside `if` blocks.
Chris Pressey
4 years ago
-
Note what we've done with the example programs.
Chris Pressey
4 years ago
-
`inc` and `dec` on a known range usually keeps it known, now.
Chris Pressey
4 years ago
-
Merge branch 'develop-0.18' of https://github.com/catseye/SixtyPical into goto-at-end-of-block
Chris Pressey
4 years ago
-
`goto` is no longer restricted to appearing in tail position.
Chris Pressey
4 years ago
-
Small step towards the goal of this branch.
Chris Pressey
4 years ago
-
If add and sub can work on words, then cmp can work on words too.
Chris Pressey
4 years ago
-
Notes on `compare`.
Chris Pressey
4 years ago
-
Note what's on this development branch so far.
Chris Pressey
4 years ago
-
Small documentation updates.
Chris Pressey
5 years ago
-
Update TODO and HISTORY.
Chris Pressey
5 years ago
-
Forward-reference resolution becomes increasingly general.
Chris Pressey
5 years ago
-
Support `save X, Y, Z {}` as a shortcut syntax for nested `save`s.
Chris Pressey
5 years ago
-
Explicitly sort the chains by their content, for stable sort.
Chris Pressey
5 years ago
-
--output cmdline argument, serialize() returns an array of bytes.
Chris Pressey
5 years ago
-
Split TODO off into own file.
Chris Pressey
5 years ago
-
Update HISTORY and README.
Chris Pressey
5 years ago
-
Remove --prelude, reform and document --output-formats.
Chris Pressey
5 years ago
-
Compile byte-table add, sub, cmp, and, or, xor, shl, shr, inc, dec.
Chris Pressey
5 years ago
-
Support for `shl foo` and `shr foo` where `foo` is a byte storage.
Chris Pressey
5 years ago
-
Support for `copy [ptra]+y, [ptrb]+y` to indirect LDA indirect STA
Chris Pressey
5 years ago