User Tag List

Results 1 to 5 of 5

Thread: I need a code jokered to R+[]. WILL REP+

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #4
    Wu-Tang

    User Info Menu

    Re: I need a code jokered to R+[]. WILL REP+

    He wants it work even if other buttons are pressed. So would probably have to use the and command to make it work. Example:

    and t0, t0, t1

    t0- The value of the controller address you load.
    t1- The value you use to check or want to activate the code.

    lui t0, $[first half of controller address]
    lw t0, $[second half]
    ori t1, zero $8000 //I used square
    and t0, t0, t1
    ....

    Thats probably how you will have to set up on loading the controller value or something similar to that.
    Last edited by Lavent Sky; 10-27-2009 at 06:58 PM.
    "These cats they sentimental such with a gentle touch
    Dancin' double dutch and all sayin' nothin' much" -Black Thought

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •