Re: *NOOB PROOF* Subroutine Guide by TheEliteOne aka Jinzo X aka Crioshinx
Quote:
Originally Posted by
Jinzo X
np glad 2 help. once i get more post ill make a coder app. its diff here. do coder apps become threads?
does it matter?
Remember, you could submit an app now, but you'll really have to impress me. If not become more active
Re: *NOOB PROOF* Subroutine Guide by TheEliteOne aka Jinzo X aka Crioshinx
Ya ik, im pretty sure i will make it. But i remember u sayin somthin bout u dont care wut ppl put in a app unless they got like 50 + posts
Re: *NOOB PROOF* Subroutine Guide by TheEliteOne aka Jinzo X aka Crioshinx
Yea, you have to make sure your active a lot. They don't want to give some one staff responsibility if they think you will quit after a while.
Re: *NOOB PROOF* Subroutine Guide by TheEliteOne aka Jinzo X aka Crioshinx
im staying here 4 a long time, gr8 site!
Re: *NOOB PROOF* Subroutine Guide by TheEliteOne aka Jinzo X aka Crioshinx
little tip if the value of an address is an nop (0x00000000) you don't have to load the value just use the register zero.
example:
lui t0, $[first half]
sw zero, $[sec. half] (t0)
jr ra
you could have shortened that routine like this:
lui t0, $08a6
lui t0, $03e0
ori t0, t0 $0008
sw t0, $2580 (t0)
sw zero, $2584 (t0)
jr ra
and just add a hook to it. You don't have to, have two routines and use two hooks for it.
Re: *NOOB PROOF* Subroutine Guide by TheEliteOne aka Jinzo X aka Crioshinx
no. It was easy once you get the flow of things.
Re: *NOOB PROOF* Subroutine Guide by TheEliteOne aka Jinzo X aka Crioshinx