mu/subx/apps
Kartik Agaram 2a72df4a57 initial skeleton for survey.subx
Start of the final phase needed to implement SubX in SubX:

  $ cat files.subx ... |dquotes |assort |pack |survey |hex > a.elf

survey.subx is responsible for assigning addresses to labels and segments.
2019-05-18 14:30:50 -07:00
..
assort 5189 2019-05-18 06:48:06 -07:00
assort.subx support the new segment syntax in assort.subx 2019-05-17 21:54:47 -07:00
crenshaw2-1 5189 2019-05-18 06:48:06 -07:00
crenshaw2-1.subx standardize function names 2019-05-02 23:32:51 -07:00
crenshaw2-1b 5189 2019-05-18 06:48:06 -07:00
crenshaw2-1b.subx standardize function names 2019-05-02 23:32:51 -07:00
dquotes another phase that supports the new segment syntax 2019-05-17 21:32:02 -07:00
dquotes.subx another phase that supports the new segment syntax 2019-05-17 21:32:02 -07:00
factorial 5189 2019-05-18 06:48:06 -07:00
factorial.subx 5037 2019-03-29 22:42:22 -07:00
handle 5189 2019-05-18 06:48:06 -07:00
handle.subx 5151 - use mmap everywhere we need a heap 2019-05-10 16:45:22 -07:00
hex 5189 2019-05-18 06:48:06 -07:00
hex.subx standardize function names 2019-05-02 23:32:51 -07:00
pack 5189 2019-05-18 06:48:06 -07:00
pack.subx start of new syntax for segment headers 2019-05-17 19:31:18 -07:00
Readme.md 4533 2018-09-01 20:40:54 -07:00
subx-common.subx standardize function names 2019-05-02 23:32:51 -07:00
survey initial skeleton for survey.subx 2019-05-18 14:30:50 -07:00
survey.subx initial skeleton for survey.subx 2019-05-18 14:30:50 -07:00

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