Hi, > >>Problem: What if developers don't want a DOS link ? A nodos directory > >>with __dos_quit ? > >Sorry, but I simply don't know what a "DOS link" is :-( > Sorry, what if developers do not want to use DOS (no file capability)? > They want to re-claim the memory used by the DOS library for more data > or bigger code. By coding a dos_quit function and not linking any DOS > library the linker will output an error. Shouldn't it be enough to put the dos_quit function into its own object file? Then the linker will pull in only that file/function. > >How do you want to make use of RAMLOW? > .bss and or .data ? And what if it doesn't fit in there completely? The problem is to create a generic .cfg file that's independent from how CODE, RODATA, DATA and BSS are relatively weighted. Oliver ---------------------------------------------------------------------- To unsubscribe from the list send mail to majordomo@musoftware.de with the string "unsubscribe cc65" in the body(!) of the mail.Received on Sat Jul 31 10:55:23 2004
This archive was generated by hypermail 2.1.8 : 2004-07-31 10:55:31 CEST