On Thu, Feb 18, 2010 at 07:55:22AM -0500, Bruce & Ann Reidenbach wrote: > Firstly, if I specify the ZEROPAGE segment to be $1A in length, I get a > linker error because I define my own pointer in the zerpage space for the > RS232 driver.� The linker error is: You do probably mean the ZP memory area, not the segment :-) Regarding your pointer: I would suggest to place it in a segment named "EXTZP" and place this segment into the ZEROPAGE memory area. This is how it is done on other platforms. See for example the linker configs of the lynx or the atari. 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.Received on Thu Feb 18 18:39:25 2010
This archive was generated by hypermail 2.1.8 : 2010-02-18 18:39:27 CET