Examples

  JMP   Forward              ; target unknown, NEAR jump generated
  JMP   SHORT Forward        ; force SHORT encoding
  .
  .                   ; fewer than 128 bytes of instructions
  .
Forward:                     ; definition of target


[Back: Constraints]
[Next: Bitwise OR Expression]