User Tag List

Results 1 to 5 of 5

Thread: Writing subs for multiple line codes?

Hybrid View

Shandai Writing subs for multiple... 05-23-2009, 04:24 PM
jony1 Re: Writing subs for multiple... 06-04-2010, 07:28 AM
Bl4Ck.KiD... Re: Writing subs for multiple... 06-04-2010, 02:35 PM
jony1 Re: Writing subs for multiple... 06-08-2010, 10:51 AM
Bl4Ck.KiD... Re: Writing subs for multiple... 06-08-2010, 02:35 PM
Previous Post Previous Post   Next Post Next Post
  1. #1
    Writing subs for multiple line codes?

    User Info Menu

    Re: Writing subs for multiple line codes?

    so how do i fix it

  2. #2
    Writing subs for multiple line codes?

    User Info Menu

    Re: Writing subs for multiple line codes?

    mad simple an then just add more registers depenedin on how long the code is

    hook
    lui t0 $(First half of your address)
    lui t1 $(First half of your hex)
    ori t1 t1 $(Second half of your hex) OR addiu t1 t1 $(Second half of your hex)
    sw t1 $(Second half of your address)(t0)
    (Loading 2nd Line Of You Code)
    lui t2 $(First half of your address)
    lui t3 $(First half of your hex)
    ori t3 t3 $(Second half of your hex) OR addiu t3 t3 $(Second half of your hex)
    sw t3 $(Second half of your address)(t2)
    jr ra
    Get At Me Bl4Ck.KiD... Aka BK
    Future Rapper - Spits Fire
    Psp Coder - Mips, C
    Web Designer - HTML, Javascript, Some PHP
    Computer Programmer - Currently Learning C/C++, Visual Basic, Pascal, Brainfuck, Python, Ruby

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
  •