How do I specify the size of the direct page RAM for the hc08 port?
--data-loc is working for specifying the start address of that RAM.
For size I've tried --iram-size but that has not worked.  I'd
like to get it to fail when the direct page allocations grow too large;
as it is, it thinks everything is fine and I have to look at the map or
mem file to see why the generated code is broken (it's a little surprising
that the linker doesn't at least fail on the fixups where it has to insert
an 8 bit address for a location that is above 0xff).

allan

-- 
Allan N. Hessenflow      all...@kallisti.com

------------------------------------------------------------------------------
All of the data generated in your IT infrastructure is seriously valuable.
Why? It contains a definitive record of application performance, security 
threats, fraudulent activity, and more. Splunk takes this data and makes 
sense of it. IT sense. And common sense.
http://p.sf.net/sfu/splunk-d2d-c2
_______________________________________________
Sdcc-user mailing list
Sdcc-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sdcc-user

Reply via email to