BRA (branch always) (65C02 and 65816 processor only) Tags: none

Description:

Jumps relative to the current position. The jump is performed unconditionally.

Example:

    BRA    .skip; jump to label '.skip'