Crossware

Table of Contents        Previous topic       Next topic       

MICROPROCESSOR INSTRUCTION REFERENCE->SEX

SEX    Signed Extend Accumulator B into Accumulator A

A <- &FF if b7 of B is set
A <- &00 if b7 of B is clear

Condition Code Register:

H  Not affected
N  Set if result Negative, else cleared
Z  Set if result Zero, else cleared
V  Not affected
C  Not affected

    
Addressing modeNo of cyclesNo of bytes
Implied:21