Talk About Network

Google


Register and Login
Nick
Password
Register create new account Sign up is FREE and you can post replies, new topics, bookmark posts and more!
Recover lost password


Programming > Assembly 370 > Re: ASM Instruc...
Latest [ Topics | Posts ] Archive Post A New Topic Post a Reply
<< Topic < Post Post 2 of 8 Topic 277 of 333
Post > Topic >>

Re: ASM Instruction

by "Sven Pran" <no.direct@[EMAIL PROTECTED] > Apr 19, 2006 at 12:26 PM

"New To ASM" <rao.ramchand@[EMAIL PROTECTED]
> wrote in message 
news:1145434953.845047.89150@[EMAIL PROTECTED]
> Hi,
>
> Can someone help me figure what these instructions do?
>
> L     R10,0(R11)

Load register R10 with the word located at the address zero bytes
greater than the contents in register R11.

> and
> BCTR  R10,0

Decrement the contents in register R10 by one

For these two instructions to be meaningful the symbols R10 and R11
must be EQUated to integer values in the range 0 through 15.

I guess you have the statements

R10 EQU 10
and
R11 EQU 11

somewhere in this module.

>
> Thanks In Advance
> Rao


My pleasure

regards Sven
 




 8 Posts in Topic:
ASM Instruction
"New To ASM" &l  2006-04-19 01:22:33 
Re: ASM Instruction
"Sven Pran" <  2006-04-19 12:26:13 
Re: ASM Instruction
glen herrmannsfeldt <g  2006-04-19 04:54:20 
Re: ASM Instruction
"Sven Pran" <  2006-04-19 15:18:59 
Re: ASM Instruction
"M. Castelein"   2006-04-19 15:31:17 
Re: ASM Instruction
glen herrmannsfeldt <g  2006-04-19 05:02:39 
Re: ASM Instruction
"Sven Pran" <  2006-04-19 15:22:20 
Re: ASM Instruction
rajeshkumar.manoharan@[EM  2006-05-17 06:20:36 

Post A Reply:
  Go here to Signup

AddThis Feed Button


About - Advertising - Contact - Frequently Asked Questions - Privacy Policy - Terms of Use - Signup

Contact
tan12V112 Thu Nov 20 23:10:01 CST 2008.