INSTRUCTION GROUPS

JCLR

Jump if Bit Clear

JSET

Jump if Bit Set

JScc

Jump to Subroutine Conditionally

JSR

Jump to Subroutine

JSCLR

Jump to Subroutine if Bit Clear

JSSET

Jump to Subroutine if Bit Set

NOP

No Operation

REP

Repeat Next Instruction

RESET

Reset On-Chip Peripheral Devices

RTI

Return from Interrupt

RTS

Return from Subroutine

STOP

Stop Processing (Low-Power Standby)

SWI

Software Interrupt

WAIT

Wait for Interrupt (Low-Power Standby)

 

 

 

Example A

 

 

XY MEMORY MOVE

+1

R3

XMEMORY

X0

ADD X0,A

X0,X:(R3)+

Y:(R7)-,B

R7

 

B2 SIGN EXTENDED

-1

 

B0 CLEARED

 

 

Y MEMORY

B1

B0

Example B

LONG MEMORY MOVE

+ N2

R2

X MEMORY

A2

A1

A0

ADD X0,A

AB,L:(R2)+N2

Y MEMORY

B2

B1

B0

A,B ARE SHIFTED AND LIMITED

Figure 6-16 Parallel Move Examples

MOTOROLA

INSTRUCTION SET INTRODUCTION

6 - 29

Page 126
Image 126
Motorola DSP56000 manual Jclr, Jset, Jsr, Jsclr, Jsset, Nop, Rep, Reset, Rti, Rts, Stop, Swi, Wait