Ad Code

Arthmetic operation in Motorola 68k Processor

Write down instructions for data movement and arithmetic operations in Motorola 68K Processor?

Data Movement
EXG D0, D2
MOVE.B (A1), (A2)
MOVEA (2222).L, A4
MOVEQ #12, D7
Arithmetic
ADD D7, (A4)
CLR (A3) (set to zero)
CMP (A2), D1
ASL, ASR, LSL, LSR, ROR, ROL, ROXL, ROXR (shift operations)
Reactions

Post a Comment

0 Comments