nasm/macros
Cyrill Gorcunov 1f3db76ee9 smartalign.mac: align macro should align a segment as well
This change may have backward compatibility issue but
most probably the sane program never used sections with
base address less then instruction alignment.

Note that alignment may only increase which means if a
section is aligned on 2^5 the align 2^4 will not affect
the section.

Signed-off-by: Cyrill Gorcunov <gorcunov@gmail.com>
2010-04-21 01:22:31 +04:00
..
altreg.mac Add copyright headers to standard macro packages 2009-06-28 17:18:13 -07:00
smartalign.mac smartalign.mac: align macro should align a segment as well 2010-04-21 01:22:31 +04:00