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

Re: [MiNT] ALIGN instruction on native Atari assemblers



On 11 Feb 2008 at 21:04, Vincent Rivière wrote:
> 
> Does anyone know an "align" instruction on a native Atari assembler ?
> How does it behave ? We should make the gas behavior coherent.
>

DevPac 3:
	CNOP 0,n
Pure Assembler:
	ALIGN n

where n is the boundary to align on.

Roger Burrows