From: Ullrich von Bassewitz (uz_at_musoftware.de)
Date: 2002-11-27 20:28:43
On Wed, Nov 27, 2002 at 08:31:18AM +0100, Piotr Fusik wrote: > Actually it's not a "problem", just a limitation of cc65: e.g. I have 1 MB > RAM in my Atari and want to use it in my C program, but cc65 sees nothing > but base 64 KB. Or can it see more memory? Ok, I see. cc65 is able to work with bank switched memory, but it needs some help from you, because you have to provide the necessary information and wrappers. Because bank switching is always very machine dependent, and needs special precautions by the programmer, it is not possible to convert existing programs to bank switched programs just by the use of a compiler switch (or similar). This is not a problem (or limitation) of cc65 alone, I don't know of any compiler with such a capability. Regards Uz -- 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-11-27 20:29:03 CET