On Thu, 28 Mar 2002, Aaron Ardiri wrote:
> > >  i was getting crashes with codewarrior built resources.. why? dunno.
> > >  but, it was crashing - and, this was the fix. the fix still applies
> > >  for cw release 8.
> >
> > If memory serves... the first thing those extra instructions do is a push
> > onto the stack. So, if your stack pointer hasn't been set up, or your
> > stack is full, that would obviously cause it to explode. Does that sound
> > like a possibility in your situation? Just curious.
>
>   nej :) stack is fine *g*
>
> 00000000  CoProc              | FFB2 000C FFFF  <-- what do these do? :P
> 00000006  CoProc              | FFB2 0000 3020
> 0000000C  LINK    A6,-$$005C  | 4E56 FFA4       <-- normal entry point
> 00000010  MOVEM.L D3-D5,-(A7) | 48E& 1C00
> ...

  i dug a little deeper, and, it seems these 12 bytes are in the
  "extra" multiple segment code segments :) that might have something
  to do with it :)

  some "internal" multiple segment control? :) the above was taken
  from a code resource which is 12332 bytes in size (0x302C) :P now,
  that makes these 12 bytes look like size determinators for some
  multiple segment stuff :P

// az "just couldn't let it rest.."
[EMAIL PROTECTED]
http://www.ardiri.com/


-- 
For information on using the Palm Developer Forums, or to unsubscribe, please see 
http://www.palmos.com/dev/support/forums/

Reply via email to