Set structured control statement branching mode.
SCSJMP{SHORT | LONG | NONE}
The SCSJMP directive is analogous to the FORCE directive, but it only applies to branches generated automatically by structured control statements. There is no explicit way, as with a forcing operator, to force a branch short or long when it is produced by a structured control statement. This directive causes all branches resulting from subsequent structured control statements to be forced to the specified mode.
Just like the FORCE pseudo-op, errors can result if a value is too large to be forced short. For relocatable code, the error may not occur until the linking phase.
SCSJMP SHORT