Changes between Version 22 and Version 23 of ClrxAsmRocm


Ignore:
Timestamp:
02/15/18 15:00:32 (6 years ago)
Author:
trac
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ClrxAsmRocm

    v22 v23  
    3636calculates distance between current position and <code>globaldata1</code> place.
    3737An assembler automcatically found section where symbol points to between code,
    38 globaldata and GOT.</p>
     38globaldata and GOT. Because, layout of the sections is not known while assemblying,
     39section differences are possible in places where expression can be evaluated later:
     40in <code>.int</code> or similar pseudo-ops, in the literal values in instructions,
     41in the symbol assignments, etc.</p>
    3942<h2>List of the specific pseudo-operations</h2>
    4043<h3>.arch_minor</h3>
     
    197200<p>Syntax: .gotsym SYMBOL[, OUTSYMBOL]</p>
    198201<p>Add GOT entry for SYMBOL. A SYMBOL must be defined in global scope. Optionally, pseudo-op
    199 set position of the GOT entry to OUTSYMBOL if symbol was given.</p>
     202set position of the GOT entry to OUTSYMBOL if symbol was given. A GOT entry take 8 bytes.</p>
    200203<h3>.group_segment_align</h3>
    201204<p>Syntax: .group_segment_align ALIGN</p>