Powerpc assembly instruction bl SYM -


what meaning of "sym" in following powerpc assembly code branch instruction?

bl sym (_subroutine) 

sym macro defined in asm.h

#define sym(x) concat1 (__user_label_prefix__, x) 

Comments

Popular posts from this blog

unity3d - Rotate an object to face an opposite direction -

angular - Is it possible to get native element for formControl? -

javascript - Why jQuery Select box change event is now working? -