[Sdcc-user] hc08 port specify size of direct page ram?

2011-07-10 Thread Allan Hessenflow
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 everythin

[Sdcc-user] possible to place variables in arbitrary segments?

2011-07-10 Thread Allan Hessenflow
Is it possible to place variables in segments other than the normal data, xdata, code, etc.? I'm trying to work around a bug (reported as 3362350) in which variables in __xdata with absolute addresses are causing another problem. I thought I might do that by placing the variables in some other se