Kevin Lawton wrote:
> 
> Ramon van Handel wrote:
> 
> > Kevin Lawton wrote:
> > > I know that you can force alignment on a power-of-2 boundary
> > > with ".p2align ...".  There must be an asm statement to
> > > make sure nothing else goes in the rest of the page(s).
> > > I'd be interested in knowing how to do this if anyone knows.
> >
> > .align 12
> 
> Ok, thanks for the info.

Whoops... I messed up *again*.  That should be .align 4096,
or .p2align 12.  Sorry... I should reread my messages before
I send them, but I've always been too lazy to do that :)

Ramon



Reply via email to