comparison TODO @ 101:f59c0916753d

Fixed relative branches and PCR addressing to handle constant intra-section references properly
author lost
date Fri, 23 Jan 2009 03:36:27 +0000
parents 579ac3697918
children faf43dc805c9
comparison
equal deleted inserted replaced
100:579ac3697918 101:f59c0916753d
1 * add expression simplification architecture (algebraic) 1 * add expression simplification architecture (algebraic)
2
3 * fix relative addressing to reduce to constant offsets where possible
4 instead of relying on the linker to sort everything out
5
6 * fix ,PCR addressing to handle incomplete references correctly
7 2
8 * fix FDB to handle incomplete references correctly 3 * fix FDB to handle incomplete references correctly
9 4
10 * add ability to have multiple incomplete references per source line 5 * add ability to have multiple incomplete references per source line
11 6