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.

Reply via email to