-1

What is the meaning of "SYM" in the following powerpc assembly code branch instruction?

bl SYM (_subroutine)

1 Answers1

0

SYM is a macro defined in asm.h

#define SYM(x) CONCAT1 (__USER_LABEL_PREFIX__, x)