NBCD

NBCD

Operation:
0 - Destination (base 10) - X -->; Destination

Compatibility: 68000 Family

Assembler Syntax: NBCD <ea>

Attributes: Size = (Byte)

Description:Subtracts the source operand and the extend bit from
zero. The operation is performed using binary coded decimal
arithmetic. The packed BCD result is saved in the destination
location. This instruction produces the tens complement of
the destination if the extend bit is zero, or the nines
complement if the extend bit is one. This operation is a byte
operation only.

Condition Codes:
\c24242
X Set the same as the carry bit.
N Undefined.
Z Cleared if the result is nonzero. Unchanged otherwise.
V Undefined.
C Set if a decimal carry was generated. Cleared otherwise.

Note: Normally the Z condition code bit is set via programming before
the start of an operation. This allows successful tests for zero results
upon completion of multiple-precision operations.

Instruction Format:
\i1-+--+-----u6Effective Address,3Mode,3Reg,

Instruction Fields:
Effective Address field -- Specifies the destination operand.
Only data alterable addressing modes are allowed
as shown:

\mBF8

Related Instructions:
ABCD,400
SBCD,484
.465467