Re: A89: Re: .s instruction extention
[Prev][Next][Index][Thread]
Re: A89: Re: .s instruction extention
68000 has long branches too. not longword, but 16 bit displacement. (wich is
called long)
//Olle
Zeljko Juric wrote:
> ".s" means "short" not "set". "beq.s" is on MC68000 the same as
> "beq", but later processors (like 68020) have a "long" branches
> in addition to "short" ones, so ".s" is introduced to make a
> difference between them (but this is not important on 68000).
>
> Zeljko
References: