Question: Represent the following conditional control statement by 2 registertransfer statements with control functions : If(A=1) then(R0
Represent the following conditional control statement by 2 registertransfer statements with control functions :
If(A=1) then(R0<-R1) else if(B =1) then (R0 <- R2) else if( C = 1) then (R0<- R1 ^ R2) ( R1 ^ R2 means ' R1 intersection R2 ' )
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
