annotate TODO @ 100:579ac3697918

Updated to do list
author lost
date Sat, 17 Jan 2009 07:35:18 +0000
parents 287a6905a63c
children f59c0916753d
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
100
579ac3697918 Updated to do list
lost
parents: 5
diff changeset
1 * add expression simplification architecture (algebraic)
579ac3697918 Updated to do list
lost
parents: 5
diff changeset
2
579ac3697918 Updated to do list
lost
parents: 5
diff changeset
3 * fix relative addressing to reduce to constant offsets where possible
579ac3697918 Updated to do list
lost
parents: 5
diff changeset
4 instead of relying on the linker to sort everything out
579ac3697918 Updated to do list
lost
parents: 5
diff changeset
5
579ac3697918 Updated to do list
lost
parents: 5
diff changeset
6 * fix ,PCR addressing to handle incomplete references correctly
579ac3697918 Updated to do list
lost
parents: 5
diff changeset
7
579ac3697918 Updated to do list
lost
parents: 5
diff changeset
8 * fix FDB to handle incomplete references correctly
579ac3697918 Updated to do list
lost
parents: 5
diff changeset
9
579ac3697918 Updated to do list
lost
parents: 5
diff changeset
10 * add ability to have multiple incomplete references per source line
579ac3697918 Updated to do list
lost
parents: 5
diff changeset
11
579ac3697918 Updated to do list
lost
parents: 5
diff changeset
12 * move identification of relocations from the output module to the relevant
579ac3697918 Updated to do list
lost
parents: 5
diff changeset
13 areas that actually generate them