MAKE_PC_FROM_RA
#define MAKE_PC_FROM_RA(ra, text) (((ra) & 0x3fffffff) | ((unsigned long)(text) & 0xc0000000))
#define MAKE_PC_FROM_RA(ra, text) (ra)