> Using intel assembler I can create a jump table also to call procedure in
> this way:
[quoted text clipped - 10 lines]
>
> Using powerpc assembly is there a way to do same thing?
See <http://wall.riscom.net/books/proc/ppc/cwg/code1.html#248386>. You
probably will find the rest of that book useful, too. In PDF form, you
can find it at
<http://www-306.ibm.com/chips/techlib/techlib.nsf/techdocs/852569B20050FF
7785256996007558C6>
Reinder
Paolo B. - 28 Apr 2007 12:21 GMT
>> Using powerpc assembly is there a way to do same thing?
>
[quoted text clipped - 3 lines]
> <http://www-306.ibm.com/chips/techlib/techlib.nsf/techdocs/852569B20050FF
> 7785256996007558C6>
Thanks you.