[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [MiNT] ALIGN instruction on native Atari assemblers



Roger Burrows wrote:
DevPac 3:
	CNOP 0,n
Pure Assembler:
	ALIGN n

where n is the boundary to align on.

I have made a little update for the binutils patch.
http://vincent.riviere.free.fr/soft/m68k-atari-mint/history.php

Now the .align directive behaves like in the Pure Assembler.
It should be harmless because the current GCC doesn't use .align, it uses .even instead.

--
Vincent Rivière