From mint-bounce@lists.fishpool.fi  Mon Feb 11 22:36:59 2008
From: "Roger Burrows" <anodyne@cyberus.ca>
Organization: Anodyne Software
To: mint <mint@fishpool.com>
Date: Mon, 11 Feb 2008 22:31:41 -0500
MIME-Version: 1.0
Subject: Re: [MiNT] ALIGN instruction on native Atari assemblers
Message-ID: <47B0CCCD.22238.15588EC@anodyne.cyberus.ca>
Priority: normal
In-reply-to: <47B0AA44.1030700@freesbee.fr>
References: <c6533ef60802051618w1ee05126sf66358ac67512dfc@mail.gmail.com>, <jemyq7l9fg.fsf@sykes.suse.de>, <47B0AA44.1030700@freesbee.fr>
X-mailer: Pegasus Mail for Windows (4.41)
Content-type: text/plain; charset=ISO-8859-1
Content-description: Mail message body
X-ecartis-version: Ecartis v1.0.0
Sender: mint-bounce@lists.fishpool.fi
Errors-to: mint-bounce@lists.fishpool.fi
X-original-sender: anodyne@cyberus.ca
Precedence: bulk
List-help: <mailto:ecartis@lists.fishpool.fi?Subject=help>
List-unsubscribe: <mailto:mint-request@lists.fishpool.fi?Subject=unsubscribe>
List-Id: <mint.lists.fishpool.fi>
X-List-ID: <mint.lists.fishpool.fi>
List-subscribe: <mailto:mint-request@lists.fishpool.fi?Subject=subscribe>
List-owner: <mailto:tjhukkan@fishpool.fi>
List-post: <mailto:mint@lists.fishpool.fi>
Content-Transfer-Encoding: 8bit
X-MIME-Autoconverted: from Quoted-printable to 8bit by mail.sparemint.org id m1C3arkK022446

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


