Shared Libraries
Shared Libraries
The field selectors T', LT', and RT' are used to write
Any assembly code that is to be used with shared libraries must follow the standard procedure call mechanism as defined in the runtime architecture documents under the topic
For more information on
Assembly Listing
The Assembler
•line number
•the subspace offset
•the hexadecimal representation of the assembled code (possibly flagged with an asterisk (*) to indicate address relocation)
•the source text
•any comments.
The following is a line of assembly language as it appears in the source file:
SAVE | LDO | VAL(%r0),%r20 | ;retain value |
The above line would appear in the assembly listing as follows:
line no. offset | hex representation | label | opcode | operands | comment | |
16 | 0000004c | (341400A) | SAVE | LDO | VAL(%r0),%r20 | ;retain value |
Chapter 3 | 51 |