Hi, According these samples seems that this is the solution (if for instance i want to define two new pointers in the ZP): .global myptr1: zp .global myptr2: zp .segment "EXTZP" : zeropage myptr1: .res 2 myptr2: .res 2 but when i link i get the error: "ld65.exe: Error: Missing memory area assignment for segment `EXTZP'". I have to change the linker configuration file to include this new segment? ----- Original Message ----- From: "Ullrich von Bassewitz" <uz@musoftware.de> To: <cc65@musoftware.de> Sent: Friday, August 06, 2010 11:55 AM Subject: Re: [cc65] Zeropage and cc65 > > Hi! > > On Fri, Aug 06, 2010 at 11:26:11AM +0200, Carlos wrote: >> Can you point me where i can get this libraries to create my own zeropage >> variables? i didn't find anything in my cc65 distribution... > > Jusr download the source archive: > > ftp://ftp.musoftware.de/pub/uz/cc65/cc65-sources-2.13.2.tar.bz2 > > It contains complete sources for the binaries (compiler, assembler, ...) > and > also the source codes for the target libraries (apple, atari, c64, ...). > > 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. - - - AVISO - - - Este correo electrónico contiene información privada y confidencial. Si usted no es el destinatario del mensaje no está autorizado a leerlo, copiarlo o difundirlo. Si lo ha recibido por error, por favor contacte con el remitente y destruya su contenido. Cualquier uso adicional de este correo está estrictamente prohibido. - - - NOTICE - - - Privileged/confidential information may be contained in this e-mail. Any reading, copying o dissemination of this communication by persons or entities other than its intended recipient is prohibited. If you received this in error, please contact the sender and delete it. Any further use of this e-mail by you is strictly prohibited. N‹§²æìr¸›yúèšØ^–+-±éÝ™¨¥¶‰šŽŠÝ¢j&ºÊ·«y×°¶¬¶¸§‚éì¹»®&ÞqιŠ{ayºÊ‡í…éšReceived on Fri Aug 6 13:08:39 2010
This archive was generated by hypermail 2.1.8 : 2010-08-06 13:08:42 CEST