User Tag List

Results 1 to 7 of 7

Thread: How Jokering Works

Hybrid View

-LeetGamer- How Jokering Works 03-03-2010, 10:37 AM
1st-Hokage Re: How Jokering Works 07-15-2010, 06:49 PM
-LeetGamer- Re: How Jokering Works 07-16-2010, 11:00 AM
1st-Hokage Re: How Jokering Works 07-16-2010, 03:17 PM
-LeetGamer- Re: How Jokering Works 07-20-2010, 07:00 AM
1st-Hokage Re: How Jokering Works 07-20-2010, 08:10 AM
-LeetGamer- Re: How Jokering Works 07-20-2010, 02:07 PM
Previous Post Previous Post   Next Post Next Post
  1. #1
    How Jokering Works

    User Info Menu

    Re: How Jokering Works

    I figured out a way but it doesn't use the or/ori command:

    Code:
    lui t0, $Upper controller
    lh t0, $Lower controller(t0)
    addi t1, zero, $Button value one
    addi t2, zero, $Button value two
    bne t1, t0, $To next bne
    nop
    /* Make code activate */
    bne t2, t0, $To jr ra
    nop
    /* Make code activate */
    jr ra
    nop
    Basically like this in C++:

    Code:
    if (controllerAddress == L)
    {
    0xADDRESS 0xVALUE;
    }
    else if (controllerAddress == R)
    {
    0xADDRESS 0xVALUE;
    }
    Performs two checks to activate the code.

    If you have an idea on a PSP related program that is ran on Windows PM me with some information on your idea please.

  2. #2
    How Jokering Works

    User Info Menu

    Re: How Jokering Works

    Quote Originally Posted by TheEliteOne View Post
    I figured out a way but it doesn't use the or/ori command:

    Code:
    lui t0, $Upper controller
    lh t0, $Lower controller(t0)
    addi t1, zero, $Button value one
    addi t2, zero, $Button value two
    bne t1, t0, $To next bne
    nop
    /* Make code activate */
    bne t2, t0, $To jr ra
    nop
    /* Make code activate */
    jr ra
    nop
    Basically like this in C++:

    Code:
    if (controllerAddress == L)
    {
    0xADDRESS 0xVALUE;
    }
    else if (controllerAddress == R)
    {
    0xADDRESS 0xVALUE;
    }
    Performs two checks to activate the code.
    Yea but I know you already know how todo that but i wanted to know if you could use the command "or" in your routine....

  3. #3
    How Jokering Works

    User Info Menu

    Re: How Jokering Works

    Quote Originally Posted by 1st-Hokage View Post
    Yea but I know you already know how todo that but i wanted to know if you could use the command "or" in your routine....
    I know how to, but don't think I can in jokering.

    If you have an idea on a PSP related program that is ran on Windows PM me with some information on your idea please.

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
  •