On Wed, Jul 13, 2005 at 02:11:59PM -0700, Fatih Aygün wrote: > I always wanted a ".use <variable_name>" or similar > control command for the assembler that will force the > linking of the module containing the <variable_name>. > A C #pragma with similar functionality would be nice > too. The head branch understands .FORCEIMPORT symbol That will cause the module exporting "symbol" to be required. But this won't solve your problem. > I think adjusting the heap top limit is not possible > in the current implementation. Is it? It is planned that either the common/_heap.s module, or at least the constructor contained therein is moved into the platform specific code. This would allow platform dependent initialization. But probably the easiest solution to start with is to use a special linker config. Regards Uz -- Ullrich von Bassewitz uz@musoftware.de ---------------------------------------------------------------------- To unsubscribe from the list send mail to majordomo@musoftware.de with the string "unsubscribe cc65" in the body(!) of the mail.Received on Wed Jul 13 23:24:08 2005
This archive was generated by hypermail 2.1.8 : 2005-07-13 23:24:10 CEST