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

Description:

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

Example:

    BRA    .skip; jump to label '.skip'