PowerPC assembler help

2013-06-09 Thread Erik de Castro Lopo
Hi all, Anyone know/understand PowerPC assembler? I have the instruction: lwz 30, .label - (1b)(31) From reading the documentation I could find, I have figured out that it loads a 16 bit value into register 30. The rest has got me somewhat flumoxed. Clues? Cheers, Erik --

Re: PowerPC assembler help

2013-06-09 Thread Brad Boyer
On Sun, Jun 09, 2013 at 10:03:14PM +1000, Erik de Castro Lopo wrote: Hi all, Anyone know/understand PowerPC assembler? I have the instruction: lwz 30, .label - (1b)(31) From reading the documentation I could find, I have figured out that it loads a 16 bit value into register

Re: PowerPC assembler help

2013-06-09 Thread Mike Hore
Hi Brad, On Sun, Jun 09, 2013 at 10:03:14PM +1000, Erik de Castro Lopo wrote: Hi all, Anyone know/understand PowerPC assembler? I have the instruction: lwz 30, .label - (1b)(31) From reading the documentation I could find, I have figured out that it loads a 16 bit value into