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 > Which is better...
Latest [ Topics | Posts ] Archive Post A New Topic Post a Reply
<< Topic < Post Post 1 of 3 Topic 289 of 328
Post > Topic >>

Which is better?

by Steve Myers <noone@[EMAIL PROTECTED] > Jan 14, 2007 at 10:04 PM

1)  LM 3,5,=A(value1,value2,value3)

2)
LHI 3,value1
LHI 4,value2
LHI 5,value3

Options 1 and 2 means regs 3 thrugh 5 are saved and restored.  The 
values are used in RR instructions and are not altered.  Reg 4 is used
twice, regs 3 and 5 are used once

3) D w,=A(value1)
    N x,=A(value2)
    N y,=A(value2)
    D z,=A(value3)

This option means regs 3 through 5 do not have to be saved and restored.
 




 3 Posts in Topic:
Which is better?
Steve Myers <noone@[EM  2007-01-14 22:04:03 
Re: Which is better?
"John W. Kennedy&quo  2007-01-15 15:43:02 
Re: Which is better?
Steve Myers <noone@[EM  2007-01-15 16:20:34 

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 Jul 24 15:15:49 CDT 2008.