Changes between Version 42 and Version 43 of ClrxAsmPseudoOps


Ignore:
Timestamp:
06/25/18 10:00:46 (6 years ago)
Author:
trac
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ClrxAsmPseudoOps

    v42 v43  
    545545<li><code>.ifnotdef</code> - perform code if symbol was not defined.</li>
    546546</ul>
     547<p>NOTE: For <code>ifarch</code> or <code>.ifnarch</code>:
     548The assembler assumes that VEGA20 is this same ISA as VEGA10 (GFX9)
     549and if you set VEGA20 GPU architecture and if you put GFX9 architecture in <code>.ifarch</code>
     550then code for this clause will be assembled (or will not be assembled for <code>.ifnarch</code>).</p>
    547551<h3>.incbin</h3>
    548552<p>Syntax: .incbin FILENAME[, [OFFSET] [, COUNT]]</p>