





































Study with the several resources on Docsity
Earn points by helping other students or get them with a premium plan
Prepare for your exams
Study with the several resources on Docsity
Earn points to download
Earn points by helping other students or get them with a premium plan
detailed description of instruction format in computer architecture and organization
Typology: Lecture notes
1 / 45
This page cannot be seen from the preview
Don't miss anything!






































IAS Instruction set (continued)
IAS Computer
MARPC
MBRM[MAR]
IRMBR<0..7>
MARMBR<8..19>
IBRMBR<20..39>
ACMBR
MBRM[MAR]
IRIBR<0..7>
MARIBR<8..19>
MBRM[MAR]
ACAC + MBR
PCPC+
MARPC MBRM[MAR]
IRMBR<0..7>
MARMBR<8..19>
IBRMBR<20..39>
M[MAR}MBR
MBRAC
IRIBR<0..7>
AC MQ
IBR PC = 1
IR MAR = 1
MEMORY
**1. LOAD M(X) 500, ADD M(X) 501
PC
MBR IR IBR
MAR
1 1 LOAD M(X) 500, ADD M(X) 501
AC
ADD M(X) 501
LOAD M(X)
500 3 ADD M(X)
501
2
4
2 STOR M(X) 500, (Other Ins)
(Other Ins)
STOR M(X)
500
37
MBR
Mar ← PC
add = 1
LOAD M(X) 500, ADD M(X) 501
LOAD M(X) ADD M(X) 501 (^500)
MAR = add = 500
MBR = 3
3
AC = 3
Add M(X)^501
MAR = 501 add = 501
PC = 2
4
MBR = 4
AC = 7
MAR ←PC
add = 2
STOR M(X) 500, (Other Ins)
(Other Ins) STOR M(X)
500
MAR = 500
Computer Components:
Top Level View
Instruction Cycle
cycle.
Execute Cycle
Instruction Cycle State Diagram
Characteristics of Hypothetical Machine
Characteristics of Hypothetical Machine
(cont..)
The processor contains a single data register called an
accumulator (AC). Both instructions and data are 16 bits
long. Thus it is convenient to organize memory using 16
bit words.
The instruction format provides 4 bits for the opcode, so
that there can be as many as 2
=16 different opcodes,
and upto 2^12 = 4096(4K) words of memory can be
directly addressed.
Instruction is a statement by which the operation
of CPU is determined.
These instructions referred as “ Machine instructions or
computer Instructions”
The collection of different instructions that the CPU can
execute is referred to as the CPU’s instruction set.