Branch Prediction

To set the branch prediction ( y ) bit for those branch instructions that can use it, use plus (+) or minus (-). For example:

  @1 bne+ @2 
  @2 bne- @1