User Tag List

Results 1 to 4 of 4

Thread: Does anyone wanna

  1. #1
    Does anyone wanna

    User Info Menu

    Does anyone wanna

    tell me what JAL's are?

  2. #2
    Does anyone wanna

    User Info Menu

    Re: Does anyone wanna

    Quote Originally Posted by Raul View Post
    tell me what JAL's are?
    A jal is a point in the data where another address is stored, when it reaches this jal it jumps to the address stored inside it. Its basically just jumps to different points in the data.

    Its something like this

    0xJump zeus
    0xKill zeus
    <0xJal kill johnny
    --0xkill cannon
    --0xhi crap here
    --slbklaj
    --blja
    >0xKill Johnny
    Every man for himself. You trust no one but yourself, if you want something done you do it your self don't rely on others. You watch your own back, you fight your own fights its you against the world.

    Quote Originally Posted by Some phag
    -.BUS.-'s mommy says to Cannon, "I love you,
    I love you, I love you"
    The Cannon on the bus says, "I love you, too"
    All through the town.

  3. #3
    Does anyone wanna

    User Info Menu

    Re: Does anyone wanna

    Quote Originally Posted by Zeus View Post
    A jal is a point in the data where another address is stored, when it reaches this jal it jumps to the address stored inside it. Its basically just jumps to different points in the data.

    Its something like this

    0xJump zeus
    0xKill zeus
    <0xJal kill johnny
    --0xkill cannon
    --0xhi crap here
    --slbklaj
    --blja
    >0xKill Johnny
    100% Makes Sense:no:

  4. #4
    Underground Coder

    User Info Menu

    Re: Does anyone wanna

    JAL is a Jump and Link. So for example like a regular boot code. the JAL jumps to the an addy that gives error 12.
    OR in subroutines..vvvvv
    Hooks-Calls (Jumps) to a certain address. The reason we need a hook
    is because, when you use a routine, your in a NOP's area. NOP
    area isn't in the games CPU, which means it isn't called upon
    to be executed by the game.
    The hook is what makes the game read it. Without it
    you just have a routine that isn't even read by the game.
    Last edited by Noss; 06-14-2009 at 11:45 PM.
    FTB1&2:GeNeRaL-Noss
    ~
    MoNey sPreADs LiiKe GerMs, GeT siiCk NiGGuH~
    Quote Originally Posted by /B/rodigyz View Post
    Ruining the game aren't the coder's fault, it's the people who use the code
    STOP ABUSING CODES!!

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
  •