TNZ_______

Test for Negative or Zero

Das „dst“-Byte wird getestet und die Flags „Negative“ (N) und „Zero“ (Z) werden entsprechend dem Inhalt des „dst“-Bytes gesetzt.

TNZ dst

Operand 1:         siehe unten

Operand 2:         -

Flag:                     -                                                                                                                                       

Offset:                 -

Index:                   -

Ergebniss:           PC

Ergebniss Flags:

Bit

Funktion

 

 

V

  

I1

 

H

 

I0

 

N

 „dst“ ist negative

Z

 „dst“ ist Null 

C

 

Operand 1:

·      Register A, (X), (Y)

·      Inhalt von Adr. $Byte oder $Wort

·      Inhalt von ($10,X) Offset ($Byte, $Wort) + Index (X,Y)

·      Inhalt von ($10,SP) Offset ($Byte) +SP

·      Inhalt von [ptr.w][Byte oder Wort]

·      Inhalt von ([ptr.w],X)