Cs-Web

View on GitHub

Basic operational concepts

-conn b/w the processor and memory

individual instructions are brought form the memory into the processor for a specific operation

data to be used as operands are also sotred in the memory

conn_btw_processor_n_memory

MAR = memory addr register - holds the addr loc to be accessed

MDR = memory data register - stores the data to read/write an addr

PC = program counter

IR = insrtuction register

conn_btw_processor_n_memory2

operation steps

the decoded instr are stored to IR

instru eg:-> add LOCA,R0 = add the value of loca nad r0 and sotre it in r0

which registeers can interract with the secondary storage- MAR

During the executino of a prog PC is initilised

MAR is connected to Memory