Business Studies, asked by Hithu7105, 1 year ago

What are the different types of cpu organization? explain with an example?

Answers

Answered by danielochich
10
The different types of CPU organizations.
Single Accumulator Organization. In this organization all operations are performed on an implied accumulator.
The instruction format uses only one address field.  For example the instruction that holds the accumulator with the content of the memory allocation.
General register organization.  In this organization the instruction formats needs 2 to 3 register address field according to the operation. For example an instruction for addition may be written as ADD R1, R2, R3 
Stack organization in this organization the computer will have PUSH and     POP instruction which requires am address field.

Similar questions