Re: A92: Questions about some instructions


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

Re: A92: Questions about some instructions




It wouldn't.  I believe it would work like this: (no tst instructions)

move.b #$FF,d0
addi.b   #1,d0
bvs overflow

I have never tried anything with bvs, but I think that's how it would work.