Equivalent in D for .p2align 4,,15 ?

Etienne via Digitalmars-d-learn digitalmars-d-learn at puremagic.com
Wed Oct 29 10:57:41 PDT 2014


On 2014-10-29 1:44 PM, anonymous wrote:
>
> D inline assembler has an 'align' directive [1]. Aligning to a 16
> byte boundary in D: `align 16;`.
>
> [1] http://dlang.org/iasm.html -- "align IntegerExpression", near
> the top

Of course, align directive works on instructions in asm. Thanks 
anonymous, that was a very simple explanation.


More information about the Digitalmars-d-learn mailing list