Motorola HC12 Refrence Manual page 202

Table of Contents

Advertisement

MINA
MIN ((A), (M)) ⇒ A
Operation:
Description:
Subtracts an unsigned 8-bit value in memory from an unsigned 8-bit
value in accumulator A to determine which is larger, and leaves the
smaller of the two values in accumulator A. The Z status bit is set when
the result of the subtraction is zero (the values are equal), and the C sta-
tus bit is set when the subtraction requires a borrow (the value in mem-
ory is larger than the value in the accumulator). When C = 0, the value
in accumulator A has been replaced by the value in memory.
The unsigned value in memory is accessed by means of indexed ad-
dressing modes, which allow a great deal of flexibility in specifying the
address of the operand. Auto increment/decrement variations of indexed
addressing facilitate finding the largest value in a list of values.
Condition Codes and Boolean Formulas:
S
N:
Z:
V:
C:
Condition codes reflect internal subtraction (R = A – M).
Addressing Modes, Machine Code, and Execution Times:
Source Form
MINA oprx0_xysp
MINA oprx9,xysp
MINA oprx16,xysp
MINA [D ,xysp ]
MINA [ oprx16,xysp ]
MOTOROLA
6-142
Place Smaller of Two
Unsigned 8-Bit Values
in Accumulator A
X
H
I
N
Z
Set if MSB of result is set; cleared otherwise.
Set if result is $00; cleared otherwise.
X7 • M7 • R7 + X7 • M7 • R7
Set if a two's complement overflow resulted from the operation;
cleared otherwise.
X7 • M7 + M7 • R7 + R7 • X7
Set if the value of the content of memory is larger than the value of
the accumulator; cleared otherwise.
Address Mode
IDX
IDX1
IDX2
[D,IDX]
[IDX2]
INSTRUCTION GLOSSARY
V
C
Object Code
18 19 xb
18 19 xb ff
18 19 xb ee ff
18 19 xb
18 19 xb ee ff
MINA
Cycles
Access Detail
4
OrfP
4
OrPO
5
OfrPP
7
OfIfrfP
7
OfIPrfP
CPU12
REFERENCE MANUAL

Advertisement

Table of Contents
loading

This manual is also suitable for:

Cpu12

Table of Contents