gnupic@linuxhacker.org
gnupic@linuxhacker.org
On Sat, 2003-10-25 at 09:12, Eugene Rosenzweig wrote:
> > 2. is there an asm directive which says "make sure the next 10
> instructions
> > are on the same page else move "." to the next page? (for obvious
> reasons).
> >
> > something like
> >
> > org ($ & 0xff00) + 0x100
> >
> > is just too harsh :-)
> >
> > -brad
>
If you write relocatable code and use gplink, the code is guaranteed to
be on the same page.
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: gnupic-unsubscribe@linuxhacker.org
> For additional commands, e-mail: gnupic-help@linuxhacker.org
>
gnupic@linuxhacker.org