From: Ullrich von Bassewitz (uz_at_musoftware.de)
Date: 2002-12-10 14:29:05
On Tue, Dec 10, 2002 at 02:06:25PM +0100, Groepaz wrote: > > Yes. "VC20 intern" rulez:-) > > you dont have decent ocr software handy and a slave to ocr the book? :o) No, unfortunately not. > btw in that context,is it possible to place the stack and/or heap into a > seperate section (i think it is, right? ;=))... would make lotta sence here > to put stack into low, and heap into high memory or sth like that... (leaving > all the usual basic mem for the actual program) The heap does currently start at the end of BSS. I don't think that changing this would make much sense, since with the current setup both use the unallocated space at the end of BSS and grow towards each other. Regards Uz P.S.: Your clock is still one hour off. -- Ullrich von Bassewitz uz_at_musoftware.de ---------------------------------------------------------------------- To unsubscribe from the list send mail to majordomo_at_musoftware.de with the string "unsubscribe cc65" in the body(!) of the mail.
This archive was generated by hypermail 2.1.3 : 2002-12-10 14:29:15 CET