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

delphi - Disable and change color of node in Treeview -

elasticsearch python client - work with many nodes - how to work with sniffer -

unity3d - Rotate an object to face an opposite direction -