A89: .s instruction extention


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

A89: .s instruction extention




I was reading the source to the kernel install file of TEOS and noticed the 
following lines of code:

        lea   $30,a0
	tst.w (a0)+
	beq.s install

I am under the impression that the .s extention references a set flag, since 
(to the best of my knowledge)the tst instruction only affects the flag 
register, however, how does the 68k know which flag the .s extention is 
referencing? If anyone could shed some light on this, please let me know.
________________________________________________________________________
Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com




Follow-Ups: