2.4.3.5 Assembler Source

Assembler source will be present if the -al option is given to the assembler. The format for assembler source is:

<line #> <addr> <encoded bytes> <source>

For example:

35 0000 80000434 	   ori      $a0, $zero, IOPORT_BIT_7
Note:
  1. Line numbers may be repeated.
  2. Addresses are relative to sections in this module and are not absolute.
  3. Instructions are encoded in “little endian” order.