create_align

Convert the current item to an alignment directive
     ea      - linear address
     count   - number of bytes to convert
     align   - 0 or 1..32
               if it is 0, the correct alignment will be calculated
               by the kernel
returns: 1-ok, 0-failure

success create_align(long ea, long count, long align);

Last updated