A89: Re: Re: .s instruction extention


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

A89: Re: Re: .s instruction extention




Hi!

> ".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).

Oops, long branch exists on 68000 too. Sorry, I am not so good in
68000 opcodes (I programmed for years on Z80 and Intel 80x86).

Zeljko