Re: A86: Routines


[Prev][Next][Index][Thread]

Re: A86: Routines




If you use it more than once and it is long, use Call/Ret.
If you use it once, use jr/jr or jp/jp.
If you use it a few times, and it is small, use it inline or jr/jr, as
multiple copies.

Cassady Roop

Bryan Kam wrote:
> 
> If I'm using a routine, is it better to jr there and jr back at the end or
> to call there and ret back?
> 
> Bryan


References: