Thank you, Aaron, and All Michael
-----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Aaron Ardiri Sent: February 15, 2006 9:18 AM To: Palm Developer Forum Subject: Re: Assembler Error: Value of -35828 too large for field of 2 bytes On 2/15/06, Jagat <[EMAIL PROTECTED]> wrote: > if instead of 10k code written directly, I write a function and call > that from option 1 ? yes. your compiler can handle cross segment function calls. switch statements on the other case are normally written using lookup tables; and, almost every compiler on 68k has this limit. we ran into these types of problems writing cpu emulator cores. (we're old skool) -- // Aaron Ardiri -- For information on using the PalmSource Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/ -- For information on using the PalmSource Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
