A83: Re: Question


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

A83: Re: Question




call -- push pc \ jp addr

jr -- pc = pc + relative_addr - 2

jp -- pc = addr

ret -- pop pc

> Hi,
> This is kinda a stupid question, and I have a general idea of the answer
to
> this question, but what is the difference between:
>
> call
> jr
> jp





References: