beautypg.com

Zilog Z8F0130 User Manual

Page 259

background image

eZ8

CPU Core

User Manual

UM012820-0810

TM Instruction

244

TM

Definition

Test Under Mask.

Syntax

TM dst, src

Operation

dst AND src

Description

This instruction tests selected bits in the destination operand for a 0 logi-
cal value. Specify the bits to be tested by setting a 1 bit in the correspond-
ing bit position in the source operand (the mask). The TM instruction
AND’s the destination operand with the source operand (the mask).
Check the Zero flag can to determine the result. If the Z flag is set, the
tested bits are 0. When a TM operation is completed, the destination and
source operands retain their original values.

Flags

C

Unaffected

Z

Set if the result is zero; reset otherwise

S

Set if Bit 7 of the result is set; reset otherwise

V

Reset to 0

D

Unaffected

H

Unaffected