Well, 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. Maybe following code will do: .segment "NULL" .word <variable_name> But it is a nasty trick. It seems that tgi has no statically linked platform specific initialization. Otherwise getting the constructor linked would be a simple matter of referencing the memory initialization constructor in the atari tgi initialization code. I think adjusting the heap top limit is not possible in the current implementation. Is it? Regards, Fatih. __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com ---------------------------------------------------------------------- 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:12:11 2005
This archive was generated by hypermail 2.1.8 : 2005-07-13 23:12:13 CEST