Microcontroller: Ans: RISC: (Reduced Instruction Set Computer) CISC: (Complex Instruction Set Computer)
Microcontroller: Ans: RISC: (Reduced Instruction Set Computer) CISC: (Complex Instruction Set Computer)
register bits.
CHANDRASHEKHARA B M.
[Type text]
6.Motorola 68000
5th EC
C SEC 1MS12EC404
Page 1
Microcontroller
Harvard Architecture
Von-Neumann Architecture
Data
Data
memor
Memory
y
Program
Program
memory
Memory
CPU
CPU
CPU
CPU
Program&
Program
DataData
and
Memory
memory
7.MOV ACC,REG
Cycle1) a)Execute the previous instruction
b)Read MOV Acc, Reg
Cycle2) Execute MOV Acc, Reg
i.e. current instruction was fetched during the
previous instructions execution. This makes faster
execution.
7. MOV ACC,REG
Cycle1) Read instruction
Cycle2) Execute MOV Acc, Reg
In the first cycle of instruction execution, the instruction
is read from the memory space. In the next cycle, the
data to be put in the accumulator is read from the
memory space.
CHANDRASHEKHARA B M.
[Type text]
5th EC
C SEC 1MS12EC404
Page 2