mu/subx/apps
Kartik Agaram fb935eaa7e fixed one bug, hit another
I carefully logged the segment a label is declared in but forgot to
actually save it in the table. This has been a theoretic concern for
some time, but I've never seen it actually happen until now. SubX is
just too low level.

Now I get past the first two phases but code generation fails to find
the 'Entry' label.
2019-07-12 23:41:23 -07:00
..
assort start distinguishing table lookups from inserts 2019-07-10 11:32:46 -07:00
assort.subx . 2019-07-10 09:54:21 -07:00
crenshaw2-1 zero out new rows returned by get-or-insert 2019-07-10 10:55:30 -07:00
crenshaw2-1.subx . 2019-06-12 00:13:34 -07:00
crenshaw2-1b zero out new rows returned by get-or-insert 2019-07-10 10:55:30 -07:00
crenshaw2-1b.subx . 2019-06-12 00:13:34 -07:00
dquotes start distinguishing table lookups from inserts 2019-07-10 11:32:46 -07:00
dquotes.subx . 2019-07-10 09:54:21 -07:00
factorial zero out new rows returned by get-or-insert 2019-07-10 10:55:30 -07:00
factorial.subx Merge branch 'master' into survey 2019-07-03 23:56:48 -07:00
handle zero out new rows returned by get-or-insert 2019-07-10 10:55:30 -07:00
handle.subx 5221 2019-05-22 22:33:42 -07:00
hex zero out new rows returned by get-or-insert 2019-07-10 10:55:30 -07:00
hex.subx . 2019-06-12 00:13:34 -07:00
pack start distinguishing table lookups from inserts 2019-07-10 11:32:46 -07:00
pack.subx . 2019-07-08 17:02:09 -07:00
Readme.md 4533 2018-09-01 20:40:54 -07:00
subx-common.subx . 2019-07-10 11:41:04 -07:00
survey fixed one bug, hit another 2019-07-12 23:41:23 -07:00
survey.subx fixed one bug, hit another 2019-07-12 23:41:23 -07:00

Larger programs than in the subx/examples/ subdirectory, combining the techniques demonstrated there.