bincode.hss 610 B

12345678910111213
  1. [Main]
  2. Title=TIGCC Linker Binary Code Fixup
  3. Subsections=bincode_nop, bincode_return, bincode_branch, bincode_move, bincode_test, bincode_calculation
  4. [Top]
  5. The TIGCC linker can do many operations on binary code. If you want it to
  6. behave correctly in all cases, you need to make sure that no executable code
  7. is included in a data section, and no data is included in a code section.
  8. However, TIGCC usually merges all data into the code section to optimize
  9. references to it, so in rare cases it is possible for the linker to generate
  10. incorrect code.
  11. <BR><BR>
  12. Binary code fixup is divided into several categories: