On Fri, 12 Mar 2004 maillists@petrolhead.com wrote:
Something has been troubling me for some time which is how the code manages to run before the memory controllers are configured. The assembler I can see has no accesses to memory, but the C code does, is their some magic gcc switch that makes it be entirely register based?
check out romcc. uses no memory. very neat.
ron