PSP Coding
Would you like to react to this message? Create an account in a few clicks or log in to continue.

PSP Coding


 
HomeLatest imagesSearchRegisterLog in

 

 How to use SRL and SLL command

Go down 
2 posters
AuthorMessage
EternalDarkness




Posts : 16
Points : 22
Reputation : 0
Join date : 2010-09-29
Age : 31

How to use SRL and SLL command Empty
PostSubject: How to use SRL and SLL command   How to use SRL and SLL command I_icon_minitimeTue Oct 05, 2010 8:02 pm

how to use srl and sll command?
for example .... i want to shift 12345678 to 00001234
Back to top Go down
-LeetGamer-
Admin



Posts : 247
Points : 397
Reputation : 4
Join date : 2010-09-29
Age : 30

How to use SRL and SLL command Empty
PostSubject: Re: How to use SRL and SLL command   How to use SRL and SLL command I_icon_minitimeTue Oct 05, 2010 8:19 pm

Lui t0 $1234
Ori t0 t0 $5678
Srl t1 t0 16

t1 = 0x00001234

Srl x y z

x = register to hold result
y = register that holds the value to shift to
z = number of digits to shift to * 4
Back to top Go down
EternalDarkness




Posts : 16
Points : 22
Reputation : 0
Join date : 2010-09-29
Age : 31

How to use SRL and SLL command Empty
PostSubject: Re: How to use SRL and SLL command   How to use SRL and SLL command I_icon_minitimeTue Oct 05, 2010 11:07 pm

thx alot ... that helps
u making videos for that 2?
Back to top Go down
-LeetGamer-
Admin



Posts : 247
Points : 397
Reputation : 4
Join date : 2010-09-29
Age : 30

How to use SRL and SLL command Empty
PostSubject: Re: How to use SRL and SLL command   How to use SRL and SLL command I_icon_minitimeTue Oct 05, 2010 11:11 pm

My goal is to cover every MIPS command in the current play list I am working on.
Back to top Go down
Sponsored content





How to use SRL and SLL command Empty
PostSubject: Re: How to use SRL and SLL command   How to use SRL and SLL command I_icon_minitime

Back to top Go down
 
How to use SRL and SLL command
Back to top 
Page 1 of 1

Permissions in this forum:You cannot reply to topics in this forum
PSP Coding :: PSP Section :: PSP Chat :: PSP Coding Help-
Jump to: