control_ld_use_4byte_fline_jumps.hss 577 B

12345678910111213
  1. [Main]
  2. Title=__ld_use_4byte_fline_jumps
  3. See Also=control_ld_use_fline_jumps: __ld_use_fline_jumps
  4. [Top]
  5. Defining this symbol tells the linker to use program-relative
  6. <A HREF="$$LINK(bincode_branch_fline)">F-Line branches</A> for branches which
  7. would otherwise need to be absolute. These branches are 4 bytes long, whereas
  8. normal relative F-Line branches have a size of 6 bytes. However, since they
  9. are relative to the program's entry point, the program must install its own
  10. emulator to handle them.
  11. <BR><BR>
  12. 4 byte F-Line branches are useful only if range-cutting is enabled.