Changes between Version 6 and Version 7 of ClrxAsmGallium


Ignore:
Timestamp:
02/06/16 17:00:16 (8 years ago)
Author:
trac
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ClrxAsmGallium

    v6 v7  
    4141</ul>
    4242<p>Second argument is size of argument. Third argument is targetSize which
    43 should be a multiplier of 4. Fourth argument is target alignment.
     43should be a multiplier of 4. Fourth argument is target alignment. By default target
     44alignment is power of 2 not less than size.
    4445Fifth argument determines how extend numeric value to larger target size:
    4546<code>sext</code> - signed, <code>zext</code> - zero extend. If argument is smaller than 4 byte,