Tree @16-bit-compare (Download .tar.gz)
Commit History
@16-bit-compare
git clone https://git.catseye.tc/SixtyPical/
- Fix order of operands in word-sized `cmp`. Chris Pressey 4 years ago
- Add another example. Even more convincing that the order is wrong. Chris Pressey 4 years ago
- Add example program that suggests we've got the arguments backwards. 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
- Merge branch 'develop-0.18' into 16-bit-compare Chris Pressey 4 years ago
- Note what's on this development branch so far. Chris Pressey 4 years ago
- Initial attempt at 16-bit compare. Not super well tested yet. Chris Pressey 4 years ago
- Make lexer greatly less inefficient on large source files. Chris Pressey 4 years ago
- Merge pull request #14 from catseye/develop-0.17 Chris Pressey (commit: GitHub) 4 years ago
- These notes have been incorporated in the loadngo.sh script. Chris Pressey 4 years ago
- More tests for "for" loops. Chris Pressey 4 years ago
- Add another test for `for`. There's another one I want to add too. Chris Pressey 4 years ago
- Small documentation updates. Chris Pressey 4 years ago
- More conversion. I think that's the last of it. Chris Pressey 4 years ago
- More conversion. Chris Pressey 4 years ago
- More conversion. Chris Pressey 4 years ago
- Partial conversion of example programs. Chris Pressey 4 years ago
- Convert all tests to new syntax. Chris Pressey 4 years ago
- Convert remainder of routine declarations in this file. Chris Pressey 4 years ago
- Many, many define main routine, define foo routine, etc. Chris Pressey 4 years ago
- Merge branch 'develop-0.17' into remove-legacy-syntax Chris Pressey 4 years ago
- Update TODO Chris Pressey 4 years ago
- game_state_routines pass through player_died; saves a few bytes. Chris Pressey 4 years ago
- Change global instead of returning with carry set. Chris Pressey 4 years ago
- Update TODO and HISTORY. Chris Pressey 4 years ago
- locexpr() always returns a ForwardReference if it can't lookup it. Chris Pressey 4 years ago
- backpatch_constraint_labels can resolve ForwardReferences. Chris Pressey 4 years ago
- Distinct symbol resolution phase (as a method on parser.) Chris Pressey 4 years ago
- Simply always produce ForwardReferences in locexpr(forward=True). Chris Pressey 4 years ago