edited by
377 views

1 Answer

0 votes
0 votes

according to me....

if we simplify this to Y(X+Z) by using boolean alzebra {only reason i put up this question....DO we need to Do this?Or can we do this SIMPLIFICATION?OR WITHOUT IT WE CAN DO??}

Given in question x is in R0, Y in R1 & Z in R2

LOAD R0                                                      1 CLK

ADD  R2 ( RESULT STORED IN R3)                2 CLK

LOAD R1                                                        1 CLK

MUL R3 ( RESULT STORED IN R4)                2 CLK

tOTAL =6CLK

#REGISTER VALUES CAN'T BE MODIFIED

I USED HERE ACCUMULATOR CPU ORGANIZATION

CORRECT ME IF I AM WRONG!!

Related questions

0 votes
0 votes
0 answers
4