Skip to content

Latest commit

 

History

History
17 lines (10 loc) · 506 Bytes

A2075.md

File metadata and controls

17 lines (10 loc) · 506 Bytes

Asmc Macro Assembler Reference

ASMC Nonfatal Error A2075

jump destination too far [: by 'n' bytes]

The destination specified with a jump instruction was too far from the instruction. One of the following may be a solution:

  • Enable the LJMP option.
  • Remove the SHORT operator. If SHORT has forced a jump that is too far, n is the number of bytes out of range.
  • Rearrange code so that the jump is no longer out of range.

* ML 6.0 compatible error

See Also

ASMC Error Messages