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 -

linux - gzip: stdin: not in gzip format tar: Child returned status 1 tar: Error is not recoverable: exiting now -

sql - MySQL - Finding Empty relations -