CHAPTER 5 EXPLANATION OF INSTRUCTIONS
User’s Manual U11047EJ3V0UM00
76
SUBW
Subtract Word
Word Data Subtraction
[Instruction format]
SUBW dst, src
[Operation]
dst, CY
←
dst – src
[Operand]
Mnemonic
Operand (dst, src)
SUBW
AX, #word
[Flag]
Z
AC
CY
×
×
×
[Description]
•
The source operand (src) specified with the 2nd operand is subtracted from the destination operand (dst)
specified with the 1st operand and the result is stored in the destination operand (dst) and the CY flag.
The destination operand can be cleared to 0 by equalizing the source operand (src) and the destination
operand (dst).
•
If the subtraction shows that dst is 0, the Z flag is set (1). In all other cases, the Z flag is cleared (0).
•
If the subtraction generates a borrow at bit 15, the CY flag is set (1). In all other cases, the CY flag is cleared
(0).
•
As a result of subtraction, the AC flag becomes undefined.
[Description example]
SUBW AX, #0ABCDH;
ABCDH is subtracted from the AX register contents and the result is stored in the AX
register.
Summary of Contents for 78K/0S Series
Page 2: ...User s Manual U11047EJ3V0UM00 2 MEMO ...
Page 14: ...User s Manual U11047EJ3V0UM00 14 MEMO ...
Page 28: ...User s Manual U11047EJ3V0UM00 28 MEMO ...
Page 118: ...User s Manual U11047EJ3V0UM00 118 MEMO ...
Page 120: ...User s Manual U11047EJ3V0UM00 120 MEMO ...